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
At the moment we have only one option:
res = asmCrypto.AES_ECB.encrypt(data, key.key, true) as Uint8Array;
I need to have an option for set least parameter here to "false"
res = asmCrypto.AES_ECB.encrypt(data, key.key, parameters.padding) as Uint8Array;
The text was updated successfully, but these errors were encountered:
Of course same should be done for "decrypt" function.
Sorry, something went wrong.
microshine
No branches or pull requests
At the moment we have only one option:
I need to have an option for set least parameter here to "false"
The text was updated successfully, but these errors were encountered: