-
WDYT? Is this publication in scope?
```
@article{Maistri_2008,
author = {Maistri, Paolo and Leveugle, Régis},
doi = {10.1109/tc.2008.149},
issn = {0018-9340},
journal = {IEEE Transactions on Compu…
-
Do you want to see an AES 256 Bit Encryption inside the Application?
It will encrypt your Backups of PrivacySettings to make sure that nobody except you can touch them. The only problem is that the s…
-
Like the [tpm-tools]( https://github.com/tpm2-software/tpm2-tools/blob/master/man/tpm2_encryptdecrypt.1.md) provides the function **tpm2_encryptdecrypt** in order to make **symmetric encryption**, it …
-
Provides an encryption solution for Lucene indexes, using the AES encryption algorithm.
You must have the JCE Unlimited Strength Jurisdiction Policy Files 6 Release Candidate which
you can get from ja…
-
This is more of a question than an issue.
Bcachefs currently uses ChaCha-based encryption which is good for devices without AES acceleration like smartphones and other low power devices.
In syst…
Atemu updated
2 years ago
-
**Is your feature request related to a problem? Please describe.**
Confidentiality with push encrypted communication with SRT protocol, as explained here: https://www.haivision.com/blog/broadcast-vid…
-
This is a note about how we intend to use AES encryption, and the need for multi-channel support.
We're using AES-GCM-SIV, with the goal of performing AES on the DCP/CAAM, and accelerating the GHAS…
-
Does Forge offer any options for deterministic encryption similar to [SIV-AES](https://tools.ietf.org/html/rfc5297)?
If not, please consider this a feature request. This would be useful in applicatio…
-
Hi,
in a javascript prject i'm using the standard encryption mode for AES.
CryptoJS.AES.encrypt(toEncrypt, key).toString();
Without any option.
Why, if i use the generated string and the pro…
-
I was reading source in for the AES encryption and decryption function, and it looks like you have gotten the purpose of the functions mixed up (unless I am misunderstanding something).
In the `chb_…