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

Need to have ability to set "padding = false" for AES-ECB #42

Open
YuryStrozhevsky opened this issue Dec 6, 2017 · 1 comment
Open
Assignees

Comments

@YuryStrozhevsky
Copy link
Contributor

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;
@YuryStrozhevsky
Copy link
Contributor Author

Of course same should be done for "decrypt" function.

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

No branches or pull requests

2 participants