VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Base64 Encode

Andrew  (5 Submissions)   Encryption   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

Converts a string of data to Base64. Base64 is an encryption algorithm used to encode binary data that is being sent through the internet.

Inputs
"sData" is the string that you want to encode.

Returns
It returns the encoded Base64 string.

Rate Base64 Encode (4(4 Vote))
Base64 Encode.bas

Base64 Encode Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters