-
### Description
When investigating a [cryptotest failure for AES](https://github.com/lowRISC/opentitan/issues/20277) I had a brief look at the AES driver of the cryptolib and I noted the following …
-
Make sim is giving error, if two extensions have same instructions. But as suggested in the 000_RISCV_summary-bitmanip_amo.pdf
"Zknd and Zkne (RV64 only): AES Key Schedule" has the same Instruction…
-
Thanks for making such a great module for supporting RTMP and HLS in nginx, I realy like it.
But I've a question about the HLS AES keys.
Because the event holder wants some kind of protection on the …
-
using of valid HTTPS is not free, and using of HTTP is insecure.
also SECRET key can be listening by an attacker over HTTP.
it is desirable to use SECRET-key as key for encrypt exchanged data with m…
-
I am not sure about settings.py,
APPID, APPSECRET and TOKEN is quite obvious, but I did not find which one is for AES_KEY and encrypt-model.
-
Hello, looks like we are facing a new issue on ppc64el with -O3, please check the Ubuntu log
https://launchpadlibrarian.net/756581240/buildlog_ubuntu-plucky-ppc64el.mbedtls_3.6.2-1ubuntu1_BUILDING.…
-
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…
-
The current issue is just a dashboard for all algorithms/operations/providers supported or planned to be supported by the library. Status is updated after release where specific item is implemented. L…
-
@rakurame96 I am making this ticket as we discussed through email. I will provide some examples of demonstration code in this thread. I think it will be good to have examples for the specific usage ca…
-
I am trying to import the AES 128-bit (16 bytes) key in SoftHSM2 (latest version from github) with `softhsm2-util --import AES.key --aes --label AES --id 01 --token test --pin 1234`.
The AES.key file…