Closed wingyplus closed 1 year ago
Secret in data block must be base64 encoding. But the tool allows to encrypt without encoding data. Fixes by validate value of the key in data block when calling Get and returns error if it's not well-form.
Get
Fixes #29
Before:
After:
Secret in data block must be base64 encoding. But the tool allows to encrypt without encoding data. Fixes by validate value of the key in data block when calling
Get
and returns error if it's not well-form.Fixes #29