Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/presidentbeef/ruby_crypto_examples

Examples of cryptography operations using Ruby's standard library.
https://github.com/presidentbeef/ruby_crypto_examples

cryptography elliptic-curve-cryptography openssl public-key-cryptography public-key-encryption rsa-cryptography ruby

Last synced: 8 days ago
JSON representation

Examples of cryptography operations using Ruby's standard library.

Awesome Lists containing this project

README

        

# 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