sha512
Problems with Python MD5, SHA512 (+salt) encryption
I\'m trying to understand how does Linux encrypt our password on the etc/shadow file, so I\'ve dont a new virtual \'test\' user to make some test:[详细]
2023-02-21 22:21 分类:问答How To Secure Encrypted Password Even The Weakest One?
I am always looking for ways to secure my user\'s passwords. I am currently using some combination of hashing algorithm with random salt.[详细]
2023-02-14 05:10 分类:问答Generating a base64 encoded SHA512 digest for a file (or set of files)
The BlackBerry WebWorks SDK for Tablet OS build tool generates an archive that contains the files and a MANIFEST.MF with entry for each file and a base64 encoded SHA512 digest.However, there is a bug[详细]
2023-02-12 20:53 分类:问答Securely erasing a file using simple methods? [duplicate]
T开发者_如何转开发his question already has answers here: Closed 12 years ago. Possible Duplicate:[详细]
2023-02-01 13:12 分类:问答Use of undefined constant CRYPT_SHA512
I use a php script that hashes passwords using php\'s crypt and uses SHA512, however when I try to check if SHA512 is set I get the above error. Of course I know WHY I get this error.. php is missing[详细]
2023-01-29 02:10 分类:问答Can mcrypt perform the same algorithms supported by crypt()?
I have an app that runs on PHP 5.3 which stores passwords hashed using PHP\'s crypt() function. However the hashing type (SHA 512) used is not available by default on one of the servers I\'m now using[详细]
2023-01-28 20:05 分类:问答hash a password string using SHA512 like C#
I am developing logon function for my iPhone Application, so I want to hash the password using the SHA512 hashing algorithm then get the result as NSString (the result should be the same with SHA512 i[详细]
2023-01-18 09:02 分类:问答How insecure is a salted SHA1 compared to a salted SHA512
SHA1 is completely insecure and should be replaced. This question is 8+ years old and times have changed:[详细]
2023-01-17 03:19 分类:问答Convert C# CUSTOM getSHA512 function into Ruby
I was wondering if someone could help me to get this method converted to ruby, is this possible at all?[详细]
2023-01-04 23:15 分类:问答Why use SHA1 for hashing secrets when SHA-512 is more secure?
I don\'t mean for this to be a debate, but I\'m trying to understand the technical rationale behind why so many apps use SHA1 for hashing secrets, when SHA512 is more secure. Perhaps it\'s simply for[详细]
2022-12-27 02:33 分类:问答