Snooz82 / robotframework-crypto

Library to securely handle credentials for Robot Framework.
Apache License 2.0
21 stars 13 forks source link

possibility to transcrypt already encrypted variables with new public key #2

Open Snooz82 opened 5 years ago

Snooz82 commented 5 years ago

If a key has been compromised it could be nessesary to use different key pairs.

CryptoLibrary shall have a possibility to decrypt all data with "old" private key and encrypt again with new public key. This shall be done on a full foldertree.

CryptoLibrary will search for all Strings matching r'crypt:.*[^\s]' and try to transcrypt.