We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can this functionality be introduced to retain previous keys?
I don't know how this works, or even if it is possible.
For e.g. It might look like this.
cipher.so { keys { password { value = 'noonecanfindthis.' } } encryptSeed = 'HelloSe1cretKey' }
Rebuild the project.
Change/Add keys
cipher.so { keep_previous_keys = true keys { user { value = 'meidik.' } } encryptSeed = 'HelloSe1cretKey' }
cipher.so { keep_previous_keys = true encryptSeed = 'HelloSe1cretKey' }
We can do same for encryptSeed as well. Can this be done?
encryptSeed
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Can this functionality be introduced to retain previous keys?
I don't know how this works, or even if it is possible.
For e.g. It might look like this.
Rebuild the project.
Change/Add keys
We can do same for
encryptSeed
as well. Can this be done?The text was updated successfully, but these errors were encountered: