Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/presidentbeef/ruby_crypto_examples
- Owner: presidentbeef
- Created: 2021-05-21T07:09:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-24T06:16:14.000Z (over 3 years ago)
- Last Synced: 2024-10-10T05:42:48.185Z (29 days ago)
- Topics: cryptography, elliptic-curve-cryptography, openssl, public-key-cryptography, public-key-encryption, rsa-cryptography, ruby
- Language: Ruby
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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