1.0.3 • Published 2 years ago

rsa-raw v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

rsa-raw

Textbook RSA encode & decode

Overview

In order to encipher, use RSA.encipher(YOUR_DATA). The YOUR_DATA should be a Buffer. Again, to decipher, use the same procedure but this time RSA.decipher(YOUR_DATA). Additional functions include returning the Modulus using RSA.modulus(), and producing a scrambled Modulus using RSA.scrambleMod().

Keep in mind that this is as simple as possible, padding is disabled.

License

Open-source under Apache 2.0 license.

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago