-
Hi,
I'm trying to use the AES_ECB decryption as mentionned in the doc.
the key is a string (the key is 256bit long) in a file and the encrypted data is also in an other file.
These were generated w…
-
### Issue
- Incorrect decrypted string implemented using AES/ECB/NoPadding and base 64 with crypto-js library
### Code
```
function encryptByAESECB(message, key) {
var keyHex = CryptoJS.enc…
-
Any idea, when this critical already reported issue will be fixed?
Operating System (OS/VERSION):
Debian 8 64-bit
VestaCP Version:
0.9.8
Installed Software (what you got with the installer)…
-
Hi
We have integrated the plugin in an angularjs/phonegap build hybrid mobile app. The interceptor takes care of the requests and correctly encrypts the parameters values but when we try to descrypt …
-
Hello,
I want to exchange data from the Arduino via HTTP with a PHP script and encrypt it via AES-256-ECB.
I use the "arduino cryptography library" and would use base64 encode for the transfer. …
-
When use AES/ECB/PCKS7Padding to encrypt text, the result is defferent form aes-js and java.
Here is the js code using aes-js:
`// Convert text to bytes
var text = 'this is a string will be AES_E…
-
When I turn on the `-fsanitize=address` flag for clang++, and `make check`.
The aes.elf stage said:
```
Running build/aes.elf ...
Test results
AES-128 ECB encryption: PASSED!
AES-128 ECB decry…
-
# Asymmetric keys
- [x] RSA 2048
- [ ] RSA 3072 and 4096 (not standard)
- [ ] RSA 1024 (Not planned)
- [x] nistp256
- [ ] nistp384
- [ ] nistp521
- [ ] Curve 25519 (not standard, see https:/…
-
I'm having problems with this part:
``` php
mcrypt_encrypt(
MCRYPT_RIJNDAEL_256,
$this->secretKey,
$data,
MCRYPT_MODE_ECB,
mcrypt_create_iv(
mcrypt_get_iv_size(MCR…
-
**Describe the bug**
I used FMX Cipher Demo to use both AES and DES encryptions to make them work with this site : https://www.devglan.com/online-tools/aes-encryption-decryption
The issue comes wh…