-
## What would you like to have changed?
I would like to request support for encrypting and decrypting common archive formats such as ZIP, RAR, and others in this project. This feature would inc…
-
**Is your feature request related to a problem? Please describe.**
There is a need for a secure way to encrypt and decrypt files for safe storage.
**Describe the solution you'd like**
Python scri…
-
To securely store encrypted data in our database, you can use AES-256 (Advanced Encryption Standard) for symmetric encryption.
And to do this, create a turbo package that is simple to use on both the…
-
AES File Encryption and Decryption doesn't show in Desktop mode only shows in mobile phones...
thank for the Great Tool
-
Even after proper data flow is established, same keys on both side should work, but they don't encrypt and decrypt the data correctly.
-
To avoid raw text being sent (for example, http instead of https, or don't trust storage on a server (but some how trust is being delivered...)). Ideally something symmetric.
- [x] Initial decrypt o…
-
Hi, there is one thing that confuses me a lot, for ios, has ios monitor crypto command to print encryption/decryption key, but for android, there seems to be no such option?
But then again I found …
-
local cipher = require("resty.openssl.cipher")
local key = "12345678901234567890123456789012" -- 32 bytes
local iv = "1234567890123456" -- 16 bytes
local function init_encryption()
loc…
-
First off, thank you for all the hard work on the Riptide. It’s a great tool for low-latency, reliable networking.
I recently found Riptide and I'm amazed how robust it is and the features it has.
…
-
Hi
I was wondering if y'all were planning on adding a streaming hybrid encryption/decryption API (similar to the existing streamingaead)? It would be useful for encrypting and decrypting large file…