crypto
Here are 3,934 public repositories matching this topic...
-
Updated
Sep 22, 2021 - JavaScript
-
Updated
Oct 4, 2021 - C++
-
Updated
Oct 4, 2021 - Java
-
Updated
Sep 27, 2021 - C#
-
Updated
Sep 29, 2021 - JavaScript
-
Updated
Oct 3, 2021 - Python
As I was running composer to install a new library into our repo, it warned me that:
Package yzalis/identicon is abandoned, you should avoid using it. No replacement was suggested.
I'm not familiar on what packagist.org's process is to declare a package abandoned. I see that the last commit in their repo is from 2019 and there are a number of unanswered issues and pull requests.
I
-
Updated
Sep 30, 2021
Suggested enhancement
When MBEDTLS_USE_PSA_CRYPTO is enabled, a new API function, mbedtls_pk_setup_opaque() is made available to allow the user to wrap a private key held by PSA into a PK context - this allows passing the PSA-held key to existing TLS and X.509 APIs that expect a private key (as a PK context, not a PSA key identifier) without modifying those APIs.
That feature current
-
Updated
Oct 4, 2021 - Python
-
Updated
Sep 29, 2021 - C++
-
Updated
Oct 1, 2021 - C++
-
Updated
Oct 4, 2021 - Java
-
Updated
Feb 18, 2020 - Java
-
Updated
May 30, 2021 - Go
-
Updated
Aug 25, 2021 - JavaScript
-
Updated
Oct 4, 2021 - JavaScript
Some suggestions to make it easier to run the backend without the front end. Some of these suggestions might be *ix only:
- a command line parameter to indicate that the back end should start with everything that is pending without waiting for a front end to be available in the browser.
- some instruction to make it work as a daemon (Linux) or service (Windows) to gain independence from the te
-
Updated
Jul 24, 2021
Please add provider support for the "botan encryption" command and implement the needed AES operations with PKCS#11.
I could not find any command line tool that I can use for that. OpenSSL's PKCS#11 engine does not support AES either.
-
Updated
Sep 6, 2021 - Go
Improve this page
Add a description, image, and links to the crypto topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the crypto topic, visit your repo's landing page and select "manage topics."
Problem:
A common pattern is:
which could be simplified.
Solution:
*ptrcould be an*outparameter tos2n_stuffer_skip_write