VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

A Simple Encryption/Decryption bas using ASCII

Jaime Muscatelli  (14 Submissions)   Encryption   Visual Basic 5.0   Beginner   Wed 3rd February 2021

This is great for beginners! This takes each character of a string and converts it to an ASCII value, then adds or substracts a designated number in order to decrypt/encrypt the string. Great for in-app passwords! Check it out
sVariable = ENCRYPT(sYourString,lLenOfString)

API Declarations
Option Explicit

Rate A Simple Encryption/Decryption bas using ASCII (8(8 Vote))
A Simple Encryption/Decryption bas using ASCII.bas

A Simple Encryption/Decryption bas using ASCII Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters