-
local cipher = require("resty.openssl.cipher")
local key = "12345678901234567890123456789012" -- 32 bytes
local iv = "1234567890123456" -- 16 bytes
local function init_encryption()
loc…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Feature Description
To enhance the security of payment mode data, we need to implement AES encryption using a …
-
[Security Issue] Exposure of Encryption Secret Key
Hello,
I want to bring to your attention a potential security issue found in this repository. In the file `login/login.php` (line 41), there is…
-
I'd like to use this library for representing *both* ed25519 keys (supported) and AES content encryption keys (unsupported). From what I can tell, [RFC7517 defines how to specify those keys](https://d…
-
Allow to use https://help.ovhcloud.com/csm/en-public-cloud-storage-s3-encrypt-objects-sse-c?id=kb_article_view&sysparm_article=KB0047314 (client provided keys)
(Meaning we can either do AES james sid…
-
Hello Maintainers,
I’d like to help with the passOP project by "Enhancing the password encryption" by upgrading to a more secure method.
This feature will improve the security of the password man…
-
# Why
Protect data in the object store: if data is read then no data leak appears thanks to encryption.
Today James applies himself AES for a single private key.
Limitation:
- performance: …
-
## Summary
KeePassXC currently uses [AES or Twofish](https://keepassxc.org/docs/#faq-security-why-pm) block cipher to encrypt a database. This issue is a feature request to add support for an estab…
-
### Describe the feature you'd like
- When create Push API is requested, encrypt fcm_service_account before saving to database (column fcm_service_account from push table)
- Create a function to de…
-
ability to store backups with industry standard encryption algorithms.
AES 256, AES 128, AES 192, and Triple DES + RSA; a public key for encryption and a private key for decryption, which can be us…