Ascon is a new family of authenticated encryption algorithms, submitted to the CAESAR competition for authenticated ciphers. The Ascon family was designed to be lightweight and easy to implement, even with added countermeasures against side-channel attacks.
Usage of ascon: ascon [-d] -p "pass" [-i N] [-s "salt"] -f <file.ext> -a string Additional Associated Data. -d Decrypt instead of Encrypt. -f string Target file. ('-' for STDIN) -i int Iterations. (for PBKDF2) (default 1024) -k string 128-bit key to Encrypt/Decrypt. -p string PBKDF2. -r Generate random 128-bit cryptographic key. -s string Salt. (for PBKDF2)
This project is licensed under the ISC License.