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
If a secret is created with letters within a word the decryption fails because it can't find the end of the block
example:
test encrypt es generating tsecretlens:7ba21ffa39c96e7c31443741c9418550c2bb5ef12900bfaee48c7404e7499cddt
test
es
tsecretlens:7ba21ffa39c96e7c31443741c9418550c2bb5ef12900bfaee48c7404e7499cddt
Should I add a ending string to identify the end? Same as startsWith?
Then the block would be
tsecretlens:7ba21ffa39c96e7c31443741c9418550c2bb5ef12900bfaee48c7404e7499cdd:secretlenst
Wich would be easier to find
The text was updated successfully, but these errors were encountered:
Fixed with version 2.0.0 release
Sorry, something went wrong.
No branches or pull requests
If a secret is created with letters within a word the decryption fails because it can't find the end of the block
example:
test
encrypt
es
generating
tsecretlens:7ba21ffa39c96e7c31443741c9418550c2bb5ef12900bfaee48c7404e7499cddt
Should I add a ending string to identify the end?
Same as startsWith?
Then the block would be
tsecretlens:7ba21ffa39c96e7c31443741c9418550c2bb5ef12900bfaee48c7404e7499cdd:secretlenst
Wich would be easier to find
The text was updated successfully, but these errors were encountered: