-
in IOS I am able to genrate key by using this way
`import Aes from "react-native-aes-crypto";`
` const generateKey = async (password, salt, cost, length) =>
Aes.pbkdf2(password, salt, cost, le…
-
### Problem:
Currently the `aws-lc-rs` only supports JWS generation and validation, not JWE. While the `openssl` supports both, it would be nice to have that implementation for the `aws-lc` as well…
-
### The problem
I tried to use dsmr component with polish meter Elgama G15. According to energy distributor it is compliant with P1 companion 5.0.2. The plain communication in hex format looks like…
-
## Is your feature request related to a problem? Please describe (👍 if you like this request)
For volume data encryption, Longhorn supports FS volume encryption (block volume encryption will be #48…
-
There is it possibility to create 512bits key and pass it to AES.encrypt/decrypt functions.
e.g.
```
let key = CryptoJS.PBKDF2(pass, salt, {
keySize: 512 / 32,
iterations: iterations
…
-
**Describe the bug**
A cipher with MODE = CBC requires an IV.
When I create a cipher "AES/CBC/PKCS7PADDING" and I do NOT provide an IV parameter, the cipher works (encrypts an decrypts) without any …
-
WDYT? Is this publication in scope?
```
@article{Chih_Hsu_Yen_2006,
author = {Chih-Hsu Yen and Bing-Fei Wu},
doi = {10.1109/tc.2006.90},
issn = {0018-9340},
journal = {IEEE Transactions on Compute…
-
Hello
I want to connect to the openVPN server, with Mikrotik router, but apparently Mikrotik doesn't support tls, please guide me how to disable tls-auth?
my server config :
```
root@Nurember…
-
Even AES-128-ECB is brutal on a GoPro. Did you guys consider using a one-time pad (OTP)? TLDR:
**Pros**:
- Encryption overhead is extremely low (read/xor/write; a very small fraction of the cost o…
-
## System info
**Operating System**:
**Shaka Packager Version**:
## Issue and steps to reproduce the problem
**Packager Command**:
> 'in=./shaka-packager/packager/media/test/data/bear-1280x…