Jump to content

ascii encryption


hisoka

Recommended Posts

if we take "john" as a string and want to encrypt it using ASCII encryption , it becomes :

 

like this

 

john =

 

01101010 0110111101101000 01101110

 

or like this

 

john =

 

10611110411010

 

or like this :

 

john =

 

6A6F686E0A

 

Which one is ASCII encryption ?

 

if there is a good tutorial about ASCII encryption I would like that you suggest it to me too

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...