-
When processing RDP nmap scans, the corresponding analyzer will report an encryption level of High as an issue.
The default configuration is set to accept Encryption Level None only, if I understand…
-
As a source, I may want to full e2e my message to the journalist by downloading the public key, encrypting my message, and then sending it through SD. The client by default only makes one decryption a…
-
Another issue where opinions might be very helpful is the question whether some tests should be split into more files. Currently, algorithms for symmetric encryption have just one test file, that mixe…
-
### What feature do you want to see added?
Dear AuthMe developers,
I believe it would be much better to switch the default password hashing algorithm from SHA-256 to ARGON2 or BCRYPT, and implemen…
-
WinZip's extension to the ZIP format uses AES encryption in CTR mode. It's not obvious from [WinZIP's documentation on its AES extension](https://www.winzip.com/en/support/aes-encryption/), but [ZIP A…
-
EIP-5630 proposes to replace the now removed eth_getEncryptionPublicKey with a new eth_getECDH to perform a Diffie Hellman key generation using provided material without exposing the public key.
So…
-
### Is your feature request related to a problem? Please describe.
How can the state.json which can contain browser cookies, be encrypted, to ensure that:
- Information cannot be disclosed
- Encrypte…
-
We may want to support AES encryption/decryption optimized with Intel AES-NI in case of common server platform in case we dont already use an hsm. Algorithm proposed:
1. Detect if the system has AES-…
-
### Describe the type of feature and its functionality.
Hello, the efficiency of the Flower framework is amazing and it greatly meets my research needs. Thank you for your contributions! I noticed th…
-
### Steps to reproduce
```ruby
# frozen_string_literal: true
require "bundler/inline"
gemfile(true) do
source "https://rubygems.org"
gem "rails"
# If you want to test against …