Advertisement

1 - 10 of 171 containing alltags:("md5") (0.001 seconds)
Where can I find an implementation of MD5 for Visual C++
Zones: C++Date Answered: 10/11/1997 Grade: C Views: 98
Greetings to all you good people! Im trying to do something very simple.. in theory.  I have a String, and i want to get another String.. (the MD5'ed version of the string i started with... ...
Zones: JavaDate Answered: 06/21/2001 Grade: A Views: 0
Is there a built-in function to do some encryption, like MD5, etc ?
Zones: Visual BasicDate Answered: 07/27/2001 Grade: A Views: 0
If I convert my passwords to MD5 hash I assume I lose the ability to email the forgotten passwords to users.  Is this true?  I am having a hard time find this info online.  What should I be doing t...
Zones: ASPDate Answered: 01/23/2003 Grade: A Views: 0
I am interested in how to use the .md5 files that usually accompany an image of a Linux distro. I assume they some type of CRC table. I am using windows-based OS so be gentle.... -keith
Zones: Linux, Linux DistributionsDate Answered: 08/13/2003 Grade: B Views: 0
Hi, I am using the following code to generate checksum value and the result is not what it should be: <%@ page import="java.util.Date, java.io.*, java.lang.*, java.net.URLEncoder, java.securi...
Zones: JSPDate Answered: 02/21/2004 Grade: A Views: 9
I want to stored password in database with hash value, using MD5 algorithm. Already hashed password and stored it to database, but now i want to decrypt, i means restored the value of string before...
Zones: .NETDate Answered: 04/24/2004 Grade: A Views: 0
Hey Experts! I am in search of a way to get the MD5 of a file WITHOUT using aamd532.dll (or any kind of external DLL for that matter).  I have searched for other methods but can't seem to find ...
Zones: Visual BasicDate Answered: 06/06/2004 Grade: A Views: 0
I have a string I would like to encrypt into MD5 using .NET. "This is a test." PLease note the test string does not include the quotes. I am looking for the hash = 120EA8A25E5D487BF68B570...
Zones: .NETDate Answered: 06/23/2004 Grade: A Views: 0
I am writing a program using md5 password. I want it to compatiable with my php program also. Can you give me a function that can translate a string into some thing like md5('string') does.
Zones: Delphi ProgrammingDate Answered: 07/15/2004 Grade: A Views: 66