forked from vedantk/gcrypt-example
-
Notifications
You must be signed in to change notification settings - Fork 0
libgcrypt example code
License
fkhateeb/gcrypt-example
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This repo provides some starter code for working with libgcrypt. Demo: $ ./keygen rsapk.sp RSA key generation can take a few minutes. Your computer needs to gather random entropy. Please wait... RSA key generation complete! Please enter a password to lock your key pair. This password must be committed to memory. Keypair Password: $ ./main rsapk.sp Keypair Password: Original: 48656C6C6F20776F726C642E Decrypted: 48656C6C6F20776F726C642E Messages match. -> Hello world.
About
libgcrypt example code
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 97.6%
- Makefile 2.4%