An open API service indexing awesome lists of open source software.

https://github.com/jesusgraterol/aes256-async

The aes256-async package allows developers to easily encrypt and decrypt data by making use of the AES-256 specification. It exposes syncrhonous and asynchronous functions to avoid blocking the main thread. Moreover, the secret can be of any size because it is hashed using the Secure Hash Algorithm 2 (SHA-256).
https://github.com/jesusgraterol/aes256-async

aes-256 encryption privacy security sha-256 utilities web

Last synced: 6 months ago
JSON representation

The aes256-async package allows developers to easily encrypt and decrypt data by making use of the AES-256 specification. It exposes syncrhonous and asynchronous functions to avoid blocking the main thread. Moreover, the secret can be of any size because it is hashed using the Secure Hash Algorithm 2 (SHA-256).

Awesome Lists containing this project