issues
search
riboseinc
/
transcryptor
Assists your everyday re-encryption needs, in Rails.
MIT License
2
stars
1
forks
source link
Roadmap
#3
Open
ribose-jeffreylau
opened
7 years ago
ribose-jeffreylau
commented
7 years ago
[ ] #4 Support lazy re-encryption
[ ] add first used datetime of the encryption key
[ ] remind if used for over e.g. a year
[ ] #5 Support zero-downtime migration
[ ] #6 Support periodic re-encryption
[ ] may opt to ask user for new keys, or auto-generate
[ ] key expiry to be per-table or per-column
[ ] Options to not allow old keys
[ ] #7 Key activemodel / interface
[ ] #8 Support non-attr_encrypted keys (which uses OpenSSL)
[ ] e.g. PGP, or rnp(
https://github.com/riboseinc/ruby-rnp
)
[ ] e.g. botan2(
https://github.com/riboseinc/ruby-botan
)
[ ] e.g. sm4(
https://en.wikipedia.org/wiki/SM4_Algorithm
)
[ ] NOTE: This could potentially be a separate project by itself.
[ ] #9 Support "signcryption"