Download Latest Version ascon_linux-x86.zip (634.8 kB)
Email in envelope

Get an email when there's a new version of Ascon

Home
Name Modified Size InfoDownloads / Week
ascon_win32.zip 2023-04-14 678.8 kB
ascon_win64.zip 2023-04-14 675.1 kB
ascon_linux-x86.zip 2023-04-14 634.8 kB
ascon_linux-armel.zip 2023-04-14 621.8 kB
ascon_linux-amd64.zip 2023-04-14 643.4 kB
README.md 2023-04-14 1.6 kB
Totals: 6 Items   3.3 MB 0

ascon

ISC License GoDoc Go Report Card GitHub go.mod Go version GitHub release (latest by date)

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.

Command-line Ascon v1.2 Encryption Tool

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)

License

This project is licensed under the ISC License.

Source: README.md, updated 2023-04-14