md5
Here are 591 public repositories matching this topic...
Preface: I am not an expert in encryption, so sorry for any inaccuracies with how I am describing the issue here.
In the documentation, it states:
// Note: CBC and ECB modes use PKCS#7 padding as default
Is it possible to configure what padding is used? I am working with a system where they are not expecting padding. Is that something that even makes sense/is possible?
-
Updated
Jan 18, 2020 - Python
-
Updated
Jan 8, 2020 - JavaScript
-
Updated
Oct 17, 2019 - C++
-
Updated
Nov 25, 2018 - Java
-
Updated
Apr 4, 2020 - JavaScript
-
Updated
Apr 2, 2019 - Go
-
Updated
Mar 17, 2020 - C#
-
Updated
Jun 6, 2020 - Go
cGFzc3dvcmQy (base64 for password2) string returns ✖ Hash type not supported
The problem probably lies in this regex
-
Updated
Aug 1, 2019 - Java
-
Updated
Oct 24, 2018 - Java
-
Updated
Oct 20, 2018 - JavaScript
-
Updated
Mar 27, 2020 - Java
-
Updated
May 18, 2020 - Python
By the trick to link with the C stub or the pure OCaml implementation, ocamlbuild can not make a documentation.
Improve this page
Add a description, image, and links to the md5 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the md5 topic, visit your repo's landing page and select "manage topics."
It doesn't seem intuitive to me that Aes is a stateless object. You can create an instance of it with a BlockMode, which seems to imply to me that several encrypt/decrypt of the same data would produce different results each time.
If Aes is going to remain stateless, it would be nice to be explicity about this in the docs.