https://github.com/samuel-lucas6/forro.net
A .NET implementation of Forró, a cipher based on ChaCha and Salsa.
https://github.com/samuel-lucas6/forro.net
chacha chacha20 forro salsa salsa20
Last synced: 15 days ago
JSON representation
A .NET implementation of Forró, a cipher based on ChaCha and Salsa.
- Host: GitHub
- URL: https://github.com/samuel-lucas6/forro.net
- Owner: samuel-lucas6
- License: mit
- Created: 2022-12-21T21:57:43.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-21T22:15:15.000Z (almost 3 years ago)
- Last Synced: 2025-10-04T01:30:47.777Z (18 days ago)
- Topics: chacha, chacha20, forro, salsa, salsa20
- Language: C#
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/samuel-lucas6/Forro.NET/blob/main/LICENSE)
# Forro.NET
A .NET implementation of [Forró](https://iacr.org/cryptodb/data/paper.php?pubkey=32422), a cipher based on ChaCha and Salsa.
> **Warning**
>
> This is a NEW stream cipher; it MUST NOT be used in production.