Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 567 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 567 Bytes

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