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

Support for Encryption / Decryption (AES) #232

Open
RuizuKun-Dev opened this issue Jul 26, 2024 · 1 comment
Open

Support for Encryption / Decryption (AES) #232

RuizuKun-Dev opened this issue Jul 26, 2024 · 1 comment
Labels
enhancement New feature or request pending / needs design Awaiting design and/or implementation discussion and decisions

Comments

@RuizuKun-Dev
Copy link

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

@CompeyDev
Copy link
Contributor

CompeyDev commented Jul 26, 2024

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.

@filiptibell filiptibell added enhancement New feature or request pending / needs design Awaiting design and/or implementation discussion and decisions labels Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request pending / needs design Awaiting design and/or implementation discussion and decisions
Projects
None yet
Development

No branches or pull requests

3 participants