Jpoel Posted January 23, 2008 Share Posted January 23, 2008 Heres what i want to do: In my Visual Basic form i send data to a PHP script through a hidden web-browser, A user of my program has a User ID, i want to encrypt this UserID using Visual basic, into some sort of code, I then want to pass this User ID and the encrypted User ID to PHP, PHP then decrypts the Encrypted User ID, and compares it to the normal User ID, and if they match, the php script that i am going to write executes if they do not match, a message like: "Invalid session." appears, and the script is not executed i want to do this, as i want maximum security when submitting PHP scripts using VB, as i am aware people can decompile my visual basic code, find the link to the php file, and much around with it. Thanks. Quote Link to comment https://forums.phpfreaks.com/topic/87410-is-there-an-encrypt-function-that-works-in-both-vb-and-php/ Share on other sites More sharing options...
resago Posted January 23, 2008 Share Posted January 23, 2008 well, base64crypt is already built into php. Quote Link to comment https://forums.phpfreaks.com/topic/87410-is-there-an-encrypt-function-that-works-in-both-vb-and-php/#findComment-447178 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.