VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Encrypt & Decrypt using a key value...

N. Pandu Ranga Rao.  (3 Submissions)   String Manipulation   Visual Basic 5.0   Unknown Difficulty   Fri 5th September 2003   Mon 8th February 2021

Encrypt & Decrypt using a key value...

API Declarations


for eg.
Text2.Text = Encrypt(Text1.Text, 127) 'Encrypts Text1 contents.
Text3.Text = Encrypt(Text2.Text, 127, True) 'DeCrypts Text2 contents and places into Text3.

Rate Encrypt & Decrypt using a key value... (3(3 Vote))
Encrypt & Decrypt using a key value....bas

Encrypt & Decrypt using a key value... Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters