Skip to content

fkhateeb/gcrypt-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published

Languages

  • C++ 97.6%
  • Makefile 2.4%