https://github.com/elsehow/qr-rsa
generating 2048-bit rsa keypairs and embedding them in a qr code
https://github.com/elsehow/qr-rsa
Last synced: about 1 year ago
JSON representation
generating 2048-bit rsa keypairs and embedding them in a qr code
- Host: GitHub
- URL: https://github.com/elsehow/qr-rsa
- Owner: elsehow
- Created: 2015-12-07T22:19:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-07T22:22:29.000Z (over 10 years ago)
- Last Synced: 2024-04-15T07:13:50.733Z (about 2 years ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# qr-rsa
generate a QR code with a 4096-bit RSA keypair
## installation
npm install -g qr-rsa
## usage
qr-rsa > file.svg
## license
BSD-2-Clause