DECRYPT command.
- T24power
- Topic Author
- Offline
- Junior Member
-
Less
More
- Posts: 31
- Thank you received: 0
16 years 11 months ago #2190
by T24power
DECRYPT command. was created by T24power
How to use to the DECRYPT command?
I tried like this.but its not working.
PROGRAM RIGHT
$INSERT I_COMMON
$INSERT I_EQUATE
PASS = '�?�?�µ�µ�©�?'
PRINT 'PASSWORD BEFORE DECRYPTING IS':PASS
PASS1 = DECRYPT(PASS,'',JBASE_CRYPT_GENERAL)
PRINT 'PASSWORD AFTER DECRYPTING IS':PASS1
END
Wrong Output:
PASSWORD BEFORE DECRYPTING IS�?�?�µ�µ�©�?
PASSWORD AFTER DECRYPTING IS�?�?�µ�µ�©�?
The decrypted value for �?�?�µ�µ�©�? is 123456.but the command not working.
I hears that i have to include JBC.h. let me know how to include JBC.h?
I tried like this.but its not working.
PROGRAM RIGHT
$INSERT I_COMMON
$INSERT I_EQUATE
PASS = '�?�?�µ�µ�©�?'
PRINT 'PASSWORD BEFORE DECRYPTING IS':PASS
PASS1 = DECRYPT(PASS,'',JBASE_CRYPT_GENERAL)
PRINT 'PASSWORD AFTER DECRYPTING IS':PASS1
END
Wrong Output:
PASSWORD BEFORE DECRYPTING IS�?�?�µ�µ�©�?
PASSWORD AFTER DECRYPTING IS�?�?�µ�µ�©�?
The decrypted value for �?�?�µ�µ�©�? is 123456.but the command not working.
I hears that i have to include JBC.h. let me know how to include JBC.h?
Please Log in or Create an account to join the conversation.
- sureshanch
- Offline
- New Member
-
Less
More
- Posts: 8
- Thank you received: 0
16 years 10 months ago #2191
by sureshanch
Replied by sureshanch on topic DECRYPT command.
Hi,
You can use 'INCLUDE jbc.h' to incluse the jbc headr file
Regards
Suresh
You can use 'INCLUDE jbc.h' to incluse the jbc headr file
Regards
Suresh
Please Log in or Create an account to join the conversation.
- originative
- Offline
- New Member
-
Less
More
- Posts: 13
- Thank you received: 1
14 years 5 months ago #6213
by originative
Replied by originative on topic Re: DECRYPT command.
for encryption and decryption in jbase refer to tutorial
Encryption in jBase
www.tutorialjinni.com/2010/12/jbase-info...unction-encrypt.html
Decryption in jBase
www.tutorialjinni.com/2010/12/jbase-info...unction-decrypt.html
Encryption in jBase
www.tutorialjinni.com/2010/12/jbase-info...unction-encrypt.html
Decryption in jBase
www.tutorialjinni.com/2010/12/jbase-info...unction-decrypt.html
Please Log in or Create an account to join the conversation.
Time to create page: 0.040 seconds