Skip to content
This repository has been archived by the owner on Jan 2, 2020. It is now read-only.
/ CryptoExamples Public archive

Some very simple example code on how to use OpenSSL

License

Notifications You must be signed in to change notification settings

LeHack/CryptoExamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CryptoExamples

Some very simple example code on how to use OpenSSL directly (without EVP abstraction).

The examples include:

  • file encryption and decryption using:

    • Camellia ECB with PKCS#7 padding
    • Camellia CBC with PKCS#7 padding
  • key pair generation, file encryption and decryption using:

    • RSA with PKCS#1 padding
  • key pair generation, file singing and verification using:

    • DSA with SHA-224 digest

About

Some very simple example code on how to use OpenSSL

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published