https://github.com/zotonic/mod_vault
Encrypts data using self generated RSA keys.
https://github.com/zotonic/mod_vault
Last synced: 13 days ago
JSON representation
Encrypts data using self generated RSA keys.
- Host: GitHub
- URL: https://github.com/zotonic/mod_vault
- Owner: zotonic
- Created: 2012-09-25T22:00:54.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-06-09T08:54:27.000Z (almost 5 years ago)
- Last Synced: 2024-03-26T09:58:51.171Z (about 1 year ago)
- Language: Erlang
- Size: 15.6 KB
- Stars: 6
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
mod_vault
=========Encrypts data with a RSA public key.
Decrypts data using RSA private keys which are encrypted with a password.Each public key is named.
An user can have a private key for decrypting data that has been encrypted with the same named private key.
The private key of an user is encrypted with a password.All private and public keys are administrated in the `vault` database table.
This module uses *openssl* to generate the private and public RSA keys. Per default it generates 2048 bit keys.