for a long time i'm not asking for a help here..here i am now..asking for your help in our final project in programming..please help me how to encrypt and decrypt a text using C++..the encryption and decryption will base on a txt file called subtable which has a 2 column ascii conversion table..for further explanations, i repeat and explain it further..there is a file named subtable.txt..inside it is the conversion table of an upper and lower case letters, numbers and special characters..example:
only space will divide the character and its ascii character..then create a program that will encrypt and decrypt a text from an existing file for example named file.txt..it will be read using fopen() read mode and then using fputc() to put or write it on a text file which is now encrypted basing fom the subtable..then create a code now to decrypt the encrypted file which will have the same text with file.txt..thanks for those who will be attempting to help me..it would be much appreciated..thanks again..graduate students..pls help me..
PHP Code:
A 100
B 200
C 300
1 009
2 008
3 007
! 1
@ 2
# 3
$ 4
Comment