Skip to content

presidentbeef/ruby_crypto_examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ruby Cryptography Examples

Examples of using the OpenSSL bindings in Ruby's standard library to perform various functions.

Check individual directories for more details and usage instructions.

Contents

Directory Description
ec_pkey_signatures Generating and verifying signatures using the "Elliptic Curve Digital Signature Algorithm" (ECDSA)
rsa_pkey_signatures Generating and verifying signatures using RSA keys

Tests

To run tests:

ruby test/test.rb

License

MIT