Releases: nthnn/shitkey
Releases · nthnn/shitkey
Shitkey: Simple and Secure File Encryption
Shitkey is a command-line tool for securely encrypting and decrypting files using a password. It is written in Go and uses modern cryptographic primitives to ensure the confidentiality and integrity of your data.
- Simple Interface: A straightforward command-line interface for encrypting and decrypting files.
- Strong Cryptography: Shitkey uses AES-256 in GCM mode for encryption.
- Password-Based Key Derivation: It uses
scryptto derive a strong cryptographic key from your password, making it resistant to brute-force attacks. - Salt and Nonce Generation: Each encryption operation uses a unique, cryptographically-secure random salt and nonce to protect against common attacks.
- Cross-Platform: The tool is written in Go, which makes it easy to compile and run on various operating systems.
Full Changelog: https://github.com/nthnn/shitkey/commits/v1.4