Open COTAS opened 7 years ago
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 ?
For a customer in Austria, we need a 256 bit AES encryption for an ongoing sales.
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
Hello, where can I find the minor release?
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.
Hello, we need a 256 bit encryption for svy_Crypto? Can you help us?