Servoy / svyUtils

Wide range of low-level utility methods and application concepts for Servoy solutions
5 stars 5 forks source link

svy_Crypto #10

Open COTAS opened 7 years ago

COTAS commented 7 years ago

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

seanthomasdevlin commented 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 ?

COTAS commented 7 years ago

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

seanthomasdevlin commented 7 years ago

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 commented 7 years ago

Hello, where can I find the minor release?

seanthomasdevlin commented 7 years ago

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.