Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 521 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 521 Bytes

Some cryptography / security -related code snippets.

Contents of the repository:

  • ssl/ - Simple HTTPS-client which verifies the certificate and the common name of the remote server. Both C and Perl implementations.
  • crypto/trivium/ - Trivium stream cipher implementation in C
  • crypto/threefish/ - Threefish block cipher implementation in C

NOTE These pieces of software are written for studying / learning purpose. Please do not use any of this code in production environment, unless you know what you are doing.