Search found 1 match

by studeter
Sun Jan 04, 2015 8:52 am
Forum: Cryptography
Topic: Encryption for C++, Visual Basic, php using PC1
Replies: 4
Views: 22584

Re: Encryption for C++, Visual Basic, php using PC1

Hello, I'm just starting in PHP, so sadly I don't have idea what to do next. I've tried all, including of course: <?php include 'pc1.php'; $in = 'Encryptme'; $key = 'password'; $StringOut = encrypt($in, $key); echo '$StringOut'; ?> This code inserted in a file named tst6.php. This file executed in m...

Go to advanced search