Skip to content

Encryption / decryption made easy, with Ed25519 and XChaCha20+poly1305.

Notifications You must be signed in to change notification settings

706f6c6c7578/minicrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

minicrypt

Encryption / decryption made easy, with Ed25519 and XChaCha20+poly1305.

This little tool is intended for Alice and Bob. It allows exchanging
small messages, up to 32 KB, while handling one recipient only and
producing no metadata!

It has only two commands -d for decryption and -g for key pair generation.

For deterministic Ed25519 keys I recommend my red program.

That messages always have the same size, I recommend my pad program.

About

Encryption / decryption made easy, with Ed25519 and XChaCha20+poly1305.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages