-
I'm trying to get this example working (cyberchef link) : https://tinyurl.com/y3avb7w6 in botan.
I've tried this :
`std::unique_ptr enc = Botan::AEAD_Mode::create("AES-256/GCM", Botan::DECRYPTION…
-
- [ ] AEGIS
- [x] AES-GCM
- [ ] XAES-256-GCM
- [x] Deoxys-II ([#311])
- [x] Multilinear Galois Mode
- [x] OCB3 ([#587])
- [x] Reduced round XChaChaPoly
- [x] XChaCha8Poly1305
- [x] XCha…
-
It's maybe too soon to consider this here, but..
There are a few recent standards that started including key committing AEADs, notable anything extremely low-entropy like OPAQUE.
https://eprint.ia…
-
Hello,
I am trying to cross compile branch openssl3-3 for 32bit Linux PowerPC ( MPC5200B )
(openssl-3.0.14 runs fine)
Make fails with:
```
powerpc-linux-gcc -fPIC -Wa,--noexecstack -Wall …
-
I'm mounting a cipher directory over a 1GbE wired LAN via sshfs, and then mounting that via gocryptfs:
```bash
sudo mkdir /Volumes/cipher
sudo chown me:staff /Volumes/cipher
sshfs remoteuser@rem…
-
This is a request for the `aes` crate specifically, but ideally it would work for any `BlockCipher`.
AES-SIV is a bit unique in that it prepends the authentication tag, rather than using a postfix …
-
### What version of Go are you using (`go version`)?
$ go version
go version devel go1.20-13bd6ddbe7 Tue Aug 9 12:18:32 2022 +0000 linux/amd64
### Does this issue reproduce with the lates…
-
While running speed decrypt for aes-gcm in openssl3.2 getting Error finalizing cipher loop error.
![image](https://github.com/openssl/openssl/assets/138493920/73617190-6f91-404b-a7ea-03e6e4debeb7)
…
-
Example command (run from Linux, trying to configure for Windows):
```sh
python configure.py --os=mingw --cpu=x86 --cc=gcc
```
Output:
```sh
INFO: configure.py invoked with options "--os=ming…
-
Since you have probably resolved these issues in your app...
A couple of quick questions...
I'm building a cross-platform agent using Abscissa / Tokio, it will be running on Windows and other plat…