Skip to content
New issue

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 in-place secret is created it fails to decrypt #2

Closed
fcrespo82 opened this issue Oct 4, 2018 · 1 comment
Closed

If a in-place secret is created it fails to decrypt #2

fcrespo82 opened this issue Oct 4, 2018 · 1 comment
Labels

Comments

@fcrespo82
Copy link
Owner

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

@fcrespo82 fcrespo82 added the bug label Oct 4, 2018
@fcrespo82
Copy link
Owner Author

Fixed with version 2.0.0 release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant