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

svy_Crypto #10

Open
COTAS opened this issue Feb 14, 2017 · 5 comments
Open

svy_Crypto #10

COTAS opened this issue Feb 14, 2017 · 5 comments

Comments

@COTAS
Copy link

COTAS commented Feb 14, 2017

Hello, we need a 256 bit encryption for svy_Crypto? Can you help us?

@seanthomasdevlin
Copy link
Member

Yes should be possible for AES. Can you share your use case?

Could do something like
scopes.svyCrypto.createOptions() .setAlgorithm(scopes.svyCrypto.ALGORITHMS.AES) .generateKey([keySize])

Does that algorithm work for you ?

@COTAS
Copy link
Author

COTAS commented Feb 16, 2017

For a customer in Austria, we need a 256 bit AES encryption for an ongoing sales.

@seanthomasdevlin
Copy link
Member

OK. We will add an optional param [keySize] to the generateKey method and build a minor release.
Should be out sometime next week I hope

@COTAS
Copy link
Author

COTAS commented Mar 24, 2017

Hello, where can I find the minor release?

@seanthomasdevlin
Copy link
Member

Hi COTAS,

I'm sorry but this is not reday yet. I started on it, but it looks like AES 256 is going to a bit trickier than I expected. I don't yet have a planned date for it yet.

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

No branches or pull requests

2 participants