2017 © Pedro Peláez
 

library rsa

This package contains a very basic service that performs RSA encoding and decoding. Please note that this package is just an example for an article.

image

dbeurive/rsa

This package contains a very basic service that performs RSA encoding and decoding. Please note that this package is just an example for an article.

  • Saturday, April 23, 2016
  • by dbeurive
  • Repository
  • 1 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Description

This package contains a very basic service that performs RSA encoding and decoding., (*1)

Please note that this package is just an example for an article., (*2)

Please note that if you need to generate RSA keys:, (*3)

openssl genpkey -algorithm RSA -out key.pem -pkeyopt rsa_keygen_bits:2048;
openssl rsa -in key.pem -pubout -out key_pub.pem
openssl rsa -in key.pem -out key_prv.pem

The commands above will generate a public key key_pub.pem and a private key key_prv.pem., (*4)

The Versions

23/04 2016

dev-master

9999999-dev

This package contains a very basic service that performs RSA encoding and decoding. Please note that this package is just an example for an article.

  Sources   Download

MIT

by Denis BEURIVE

rsa example

23/04 2016

1.0.0

1.0.0.0

This package contains a very basic service that performs RSA encoding and decoding. Please note that this package is just an example for an article.

  Sources   Download

MIT

by Denis BEURIVE

rsa example