Cryptographic-API-Services / cas-dotnet-sdk

A Nuget package that provides a implementation of the RustCrypto suite of cryptographic algorithms.
Apache License 2.0
0 stars 0 forks source link

AES Key should provide byte[] #105

Closed WingZer0o closed 4 months ago

WingZer0o commented 4 months ago

It's being done this way in Typescript. This will allow users to run microservices and encrypt / decrypt from one language to another without doing Base64 conversion.