-
I've been playing around with the encryption support and found that the 'openssl' encryption appears to be broken on macOS with Homebrew's openssl installed. More specifically I got:
```
$ yadm en…
jwatt updated
2 years ago
-
https://dev.mysql.com/doc/refman/5.7/en/server-system-variables.html#sysvar_block_encryption_mode
mysql with openssl supports ECB/OCB/CFB1/CFB8/CFB128/OFB modes:
- [X] aes-128-ecb
- [X] aes-19…
mccxj updated
4 years ago
-
**Is your feature request related to a problem? Please describe.**
There is a need for a secure way to encrypt and decrypt files for safe storage.
**Describe the solution you'd like**
Python scri…
-
It looks like the supported hashes and ciphers are hard-coded in the source code.
https://github.com/margelo/react-native-quick-crypto/blob/v0.7.0-rc.10/src/Utils.ts#L668
https://github.com/margelo/…
-
Hi! I'm having issues with sending the initial App Hello msg. Below is the script currently writing the App Hello message.
Writing in python (script partially included):
```python
def encrypt_m…
-
It would be nice to have support for AES Encryption/Decryption with ECB cipher mode. I know that at least the OS X APIs has support for ECB and so does OpenSSL. While there are great cases that ECB …
-
File "/home/runner/work/iMaoTai-reserve/iMaoTai-reserve/main.py", line 41, in
mobile = privateCrypt.decrypt_aes_ecb(section, aes_key)
File "/home/runner/work/iMaoTai-reserve/iMaoTai-reserve…
-
Hi,
I recently stumbled upon your module and tried to implement it in the snapshot version of OpenWrt for my Netgear R6120 which is equiped with a MediaTek MT7628an CPU.
I set up the build syste…
-
1. AES ECB模式使用
AES的ECB模式已经被普遍认为是不安全的,但在代码中仍然在使用。[code](https://github.com/wechatpy/wechatpy/blob/master/wechatpy/crypto/base.py#L34)
3. IV设定
在对IV进行设定时,若IV未给定,会直接从key中进行截取,带来安全隐患。[code](https://gith…
Gax-c updated
7 months ago
-
i have been install OpenSSL with enable an algorithm as a cipher suite, but after the installation finished, the algorithm that i have added and enable not in the list of cipher suite OpenSSL.
The …