-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Werid behavior of API #6
Comments
That is intentional. https://crypto.stackexchange.com/a/28980 states that the initVector can be public, but must be unique. There's a check on the server side that only allows for unique initVectors. However, it should not return
To deal with this, I am making a simple CLI client (#5), using Python. I will also improve the API documentation. |
What is the expected error message over here? I may resolve it @Yureien |
Will "Not unique Initvector" work? |
initVector
If you run the command below, you will encounter an error like
{"message":"Internal Error"}
. But if you change theinitVector
variable, a new paste can be created without problems.encrypted
andpasswordProtected
It seems like on the API side,
encrypted
andpasswordProtected
have no effect on enhancing data security, cause it always return full information of a paste.The text was updated successfully, but these errors were encountered: