plz provide me it430 coding i dnt understand as soon as possible plz help me faiza
The task is very simple; you have to work on two functions Encrypt and Decrypt. The encrypt function will encrypt the user input string with the help of encryption key. The decrypt function will decrypt the user input string with the help of encryption key. The output willView more random threads:
- Shout box is chat?
- ENG201 - Business and Technical English Writing Assignments...
- ISL201 Study of Quran and hadith Assignment 2 Solution...
- MGT503-Assignment #1
- CS201: Introduction to Programming Assignment No. 02 ...
- CS601- Data Communication Assignment No. 02 Spring 2010...
- HRM627 Assignment # 1 - Idea solution Fall 2010
- vu mth603 may spring 2015 first assignment solution...
- Solution Assignment # 01(MTH 101) May 3,2010
- STA301 Solution of the First Assignment solution Fall2010
vuhelp IT430.JPG
Sponsored Links
:o:o--------------------------------------------------------------------------------------:o:o
[B]The more knowledge you have, the greater will be your fear of Allah.[/B]
Please Join My [B]Group Vuhelp[/B][B], Birthday Wishing, Daily Hadees[/B] [CODE][B]http://vuhelp.net/groups/vuhelp.html[/B]
[B]http://vuhelp.net/groups/birthday-wishing.html[/B]
[B]http://vuhelp.net/groups/daily-hadees.html[/B][/CODE]
[CENTER][B][COLOR="Red"][SIZE="4"]Email: [email]viki@vuhelp.net[/email][/SIZE][/COLOR][/B][/CENTER]
plz provide me it430 coding i dnt understand as soon as possible plz help me faiza
Code:<html> <head><title>IT430 :: Assignment 4</title> </head> <body> <script language="javascript" type="text/javascript"> var str1= "Hello"; var key =15; var vcode =""; document.write("Now Scrambling Hello to meaningless "+"<BR>"); for (i=0;i<str1.length;i++) { vcode = (parseInt(str1.charCodeAt(i)+key)); document.write(String.fromCharCode(vcode)); } </script> </body> </html>
:o:o--------------------------------------------------------------------------------------:o:o
[B]The more knowledge you have, the greater will be your fear of Allah.[/B]
Please Join My [B]Group Vuhelp[/B][B], Birthday Wishing, Daily Hadees[/B] [CODE][B]http://vuhelp.net/groups/vuhelp.html[/B]
[B]http://vuhelp.net/groups/birthday-wishing.html[/B]
[B]http://vuhelp.net/groups/daily-hadees.html[/B][/CODE]
[CENTER][B][COLOR="Red"][SIZE="4"]Email: [email]viki@vuhelp.net[/email][/SIZE][/COLOR][/B][/CENTER]
Faiza i hope you will understand coding from here goto below link
This assignment based on array() function , chr() fuction which converts ASCII value of string into characterPHP Code:
http://vuhelp.net/assignments-solutions/715-it430-assignment-no-4-take-idea.html
Suppose letter "A" the ASCII value of "A" will be 65
Good answer ahsan. and your avatar is really good.
There are currently 1 users browsing this thread. (0 members and 1 guests)