If you have some secret file in your computer and you want to safe it from others and you want that nobody see it i have a perfect solution of your problem. Now you can safe your secret data from other. you can use folder and software to keep your data safe but this is not 100% safe as these software is infected by the virus and you can loss your secret data forever. There are another way to hide your data to other **
How to Do Encrypting and Decrypting
*** If you want to safe your data then you have to need a web browser like Chrome or firefox. For saving your data we are using two java command. It has two command inbuilt in it these are encoded and decoded. JavaScript that string and output the result. These are the given command ((atob ,btoa))
How to
How to
** You have to open the web browser like firefox and chrome.
** You have to press Chrome- CTRL+SHIFT+J+(CMD +SHIFT+J on MAC) to open the java script console **
** You have to press CTRL + +SHIFT + K for mozilla firefox **
lets start encrypting your Data. Btoa will encodes the data. Hence if you run this in your console this will give you this result." VGV4dCB5b3Ugd2FudCB0byBlbmNvZGU= ."
**Take the output and enter your personal data which you want to encrypt sentence between parenthesis. then after replacing it with your personal data, save it in notepad which will make it safe from others. ***
Here is the screenshot:
*** Now how will get your data data into your normal form. you can decrypt your data by flowing instructions***
Time to decrypt
*** Just like the btoa() in encode it and similarly by using atob() you can encode it. you can run this command in your javascript Console **
atob(“VGV4dCB5b3Ugd2FudCB0byBlbmNvZGU=”);
|
** You will get the "text you want to encode". You have pass the data encoded in the parentheses but you have to use this function in the same way**
** If you want to safe your data more strongly then you have to encrypt your data many time but always remember how many time you encrypt. If you will not encrypt the data line by line then you will not get your safe files.
Hopefully now you can safe your files in a better way and nobody can see it if you try this method then feed back me
Happy blogging .............................................:)*
0 comments:
Post a Comment