Base64,End of File and Steganography to Improve Security in Websites
Abstract
This research is used to increase the level of
security in college projects and make it harder for
hidden to know the information which you hide. Here it
shows a demo that how to hide the secret data in your
projects can be more secured its just simple using
base64,end of file and steganography. End of File (EOF)
is the steganography method that widely used and it
easily implemented in any, combination of Base64
algorithm as encoding and encryption process on data
or object before embedded process using EOF method
will produce a strong ciphertext algorithm.Now the user
get can give their own at this time the data hided can be
decoded using that is good because dynamic key as
length message, cipher text will be embedded in
bytecode using these technique.We can implement this
methods in implement this methods in our college
projects to ensure the security of our project Base64
algorithm is used to give more security. While user
enter the text through the site user enter their details
and it is saved in the form of text . So while using the
Base64 algorithm the data which user enter can be
converted into encrypted format so that the login details
can be get more secured.While encoding the text can be
hide in image and encoded using steganography and
base64 algorithm.Now the user get login at this time the
data hided can be decoded using the same way which its
encoded and compare the passwords too. Mainly this
technique is used to provide security to the website.