VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Simple base64 Example

String Manipulation   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

Simple base64 Encode/Decode example. I didn't write the module. It was written by these guys at www.di-mgt.com.au - They have this really good example of base64 plus crypto examples.

Inputs
Input a text string or base64 string

Assumes
Clicking Encode converts a string entered into the textbox to base64. Clicking Decode will decode the string. Simple example.

Returns
base64 encoded string or decoded string

Side Effects
NONE (that I know of)

Rate Simple base64 Example (2(2 Vote))
Simple base64 Example.bas

Simple base64 Example Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters