ASCipher (Advanced Stream Cipher) official Rust implementation.
ASCipher is a stream cipher with 256bit key and 512bit block, and also a 512bit hash algorithm.
| Language | Interface |
|---|---|
| Rust | Native |
| C | Shared library |
| Utility | Usage |
|---|---|
| asc-crypt | Encrypt or decrypt files using ASCipher. |
| asc-hash | Calculate hash summary using Ascipher-hash-512. |
You can report a bug through email 31core@tutanota.com.