Skip to content
#

chacha20

ChaCha is a family of stream ciphers developed by Daniel J. Bernstein. It is part of the popular authenticated encryption algorithm ChaCha20-Poly1305.

The canonical 20-round version is ChaCha20, though the faster, reduced-round variants ChaCha8 and ChaCha12 also see some use.

The XChaCha family features an extended nonce.

Here are 29 public repositories matching this topic...

This project implements a hybrid image encryption technique by combining asymmetric and symmetric encryption methods. It utilizes the ECC for asymmetric encryption and ChaCha20 stream cipher for symmetric encryption to achieve robust and secure image protection.

  • Updated Aug 11, 2025
  • Python
Followers
1 follower
Website
github.com/topics/chacha-cipher
Wikipedia
Wikipedia