473,499 Members | 1,573 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Encrypt Password Using MD5

250 Contributor
I want to encrypt password using md5 method in javascript. This is my code and I didn't get any answer. Please help me..

Expand|Select|Wrap|Line Numbers
  1. var p = document.getElementById('Password').value;
  2. alert(p);// this part working
  3. var temp = MD5(p);
  4. alert(temp);//this is not working
  5.  
Sep 8 '11 #1
2 2531
Dormilich
8,658 Recognized Expert Moderator Expert
you would have to define the MD5() function, otherwise you get a script error (undefined function MD5())
Sep 8 '11 #2
Rabbit
12,516 Recognized Expert Moderator MVP
Also, MD5 is a one way algorithm.
Sep 8 '11 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

1
7240
by: Siddharth Jain | last post by:
hello I am trying to enumerate the shared folders on a server using the NetShareEnum function. Now, when the server has a password set to access the shared folders, the function returns system...
2
3166
by: fineman | last post by:
Hi all, I want to get a 64bit(8 bytes) Encrypt result use DES class in the VS2005. Though I encrypt data is 64bit(8 bytes), but DES return encrypt result that always is 128bit(16 bytes), I don't...
2
1404
by: venki0110 | last post by:
i want to encript my password before loading into database in registration form plz send code or how to do this in asp.net with vb.net
0
1332
by: ankur899 | last post by:
Hi, Can anybody tell me how to crack MS - Access Password using C#. I developed d similar thing applying brute force. but thats nt a good technique, there are several software available in d...
0
1107
by: johnathp | last post by:
hi there, I am trying to reset a password using this code snippet and it worked fine but only one concern I have is that, I need to let the user know if he has used a old password wrong. if the user...
1
1831
by: Sharmistha Mukherjee | last post by:
I am trying to open my emailaccount. I am using a button on Access form to follow the hyperlink that brings up the dialogue box. How can I autofill username and password using VBA ?
2
10259
by: ghjk | last post by:
I have to develop a web application using JSP. I'm new to JSP. Could some one tell me how to encrypt password using JSP. I know php.
6
4311
by: Matt Rose | last post by:
Update a MYSQL db password using crypt() technology on MYSQL connection. I am looking to update a user table of passwords that were inserted without using crypt() on a Perl development project. I...
0
7130
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7007
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7220
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7386
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5468
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4918
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3090
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1427
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
295
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.