-
At least as of 07/2024, even with installing `libssl-dev`, the below errors still won't let this code compile. My Kali instance is only a month old.
I also attempted to install `libssl1.0-dev` to n…
-
Dear @cypht-org team,
Can you remove CRAM-MD5 from the code?
- https://github.com/search?q=repo%3Acypht-org%2Fcypht+cram-md5&type=code
It is unsecure:
- https://tools.ietf.org/html/draft-ietf-…
-
```
Hi,
I made a simple application to be connected to a private ejabberd server.
ConnectionConfiguration connConfig = new
ConnectionConfiguration(host,5222,host);
XMPPConnection connection = new …
-
```
Hi,
I made a simple application to be connected to a private ejabberd server.
ConnectionConfiguration connConfig = new
ConnectionConfiguration(host,5222,host);
XMPPConnection connection = new …
-
```
Hi,
I made a simple application to be connected to a private ejabberd server.
ConnectionConfiguration connConfig = new
ConnectionConfiguration(host,5222,host);
XMPPConnection connection = new …
-
```
every install fails with a md5sum error.
Logfile attached.
$ bash -x /bin/apt-cyg install git > /cygdrive/c/debug.log 2>&1; echo $?
1
```
Original issue reported on code.google.com by `dak...@…
-
md5 로 암호화 해버리시면....
너무 보안이 약해요!!!
SHA256을 사용하시는걸 권해드리고 싶어요!
아니면.....
더 꼬아서... SHA256 + MD5 + SHA1 등등... 합하시면 더욱 좋아요!
Laeng updated
8 years ago
-
[https://paste.ubuntu.com/p/2zHF8v6Sfr/](url)
爱来自隔壁辽宁大学(同款教务
调用hex_md5(msg,ver)可以返回加密值,ver可能是版本,辽宁大学目前版本传参ver为“0”
-
This should allow tests to run significantly faster. It's probably desirable to prepend the MD5 hasher instead of overwriting the entire list for projects like ISIC which define their own hashers and …
-
can i reverse md5_crypt to decrypt password ?
this used to encrypt password
`md5_crypt.hash("password", salt=mysalt)`
i need help to decrypt password