Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.33 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.33 KB

Slackrypt

Disclaimer: This project has not been audited and not recommended for production environments.

logo

Client

See client/README.md

Server

See server/README.md

In Action

Encrypting...

encrypt-gif

Decrypting...

decrypt-gif

Logging

  • Defaults to ERROR when RUST_LOG is not set.
  • You can export per environment. E.g.:
# for local development
$ export RUST_LOG=DEBUG
# but in a production environment:
$ export RUST_LOG=WARN

Information

  • Pull Requests and Issues are welcome!
  • Uses openssl for key generation.
  • Uses https://github.com/RustCrypto/RSA for parsing/loading keys, encrypting and decrypting symmetric keys.
  • Uses aes-soft for symmetric encryption of plaintext.

Backlog

  • Add Mac OSX buld instructions.
  • Implement "New Public Key" in GUI menu.