lune icon indicating copy to clipboard operation
lune copied to clipboard

Support for Encryption / Decryption (AES)

Open RuizuKun-Dev opened this issue 1 year ago • 1 comments
trafficstars

Lune has support for Hash and HMAC however it doesn't have Encryption / Decryption (AES)

my use case is making a custom password manager, encrypting files, etc

RuizuKun-Dev avatar Jul 26 '24 09:07 RuizuKun-Dev

Perhaps this can be looked into, in the future (where we include a @lune/crypto builtin, since this would increase the API surface for cryptography operations to the point that they won't be nice to have in @lune/serde).

For now, you can probably use a pure-luau implementation of AES. For example, Luau uses this AES implementation for benchmarking.

CompeyDev avatar Jul 26 '24 11:07 CompeyDev