-
-
If AES CTR/GCM mode can support the following streaming types, it would be very helpful to encrypt and decrypt large files without a lot of memory. Thanks!
```typescript
export type Cipher = {
…
-
After #132 is implemented
# Naive behavior
- Mobile encrypts the resource(s)
- Mobile streams the resource(s) via WebRTC
However, WebRTC unlocks sharing large files (hundreds of MB), which m…
-
**Issue Details :**
BabaSSL Version : master
Error Message : 009452C2087F0000:error:1C800066:Provider routines:ossl_ccm_stream_update:cipher operation failed:providers/implementations/ciphers/ciph…
-
The following mechanisms are not mentioned and may (?) be missing.
Stream ciphers:
* Salsa20
* XSalsa20 (useful to mention explicitly?) (used in [libsodium](https://doc.libsodium.org/secret-key…
-
Both OFB and CFB are unauthenticated encryption modes, which should be used only in very particular circumstances. They are also way less popular than the most used unauthenticated encryption mode, CT…
-
Issue Details :
OpenSSL Version : openssl-3.0.12
Error Message : ```40A7982BB27F0000:error:1C800066:Provider routines:ossl_ccm_stream_update:cipher operation failed:providers/implementations/ciph…
-
### Reproduction steps
Build with mbedTLS and clone an arbitrary repository from GitHub
### Expected behavior
The repository is cloned
### Actual behavior
`SSL error: 0xffff8880 - SSL - A fat…
-
Import of openssl/issue/22629 reported by davidben
title: EVP_CIPHER's initialization with variable-length keys and IVs is dangerous and not memory-safe
state: OPEN
author: davidben
labels: triaged: …
-
**Before creating an issue**
Please confirm that you are on the latest version of pytube by installing from the source.
You can do this by running `python -m pip install git+https://github.com/pyt…