El Sitherino Posted June 1, 2003 Share Posted June 1, 2003 ok im makin a journal of things and i need to know how can i encrypt my folders? i want to password protect them. Link to comment Share on other sites More sharing options...
=(BoD)= M.D.B. Posted June 1, 2003 Share Posted June 1, 2003 Make a new file with winzip and use that like a folder. Its possible to password protecet it from winzip. Link to comment Share on other sites More sharing options...
BCanr2d2 Posted June 1, 2003 Share Posted June 1, 2003 What OS do you have? As you can encrypt folders from within XP itself. Link to comment Share on other sites More sharing options...
Lynk Former Posted June 1, 2003 Share Posted June 1, 2003 don't do it that way, paper works much better and is more flamable... Link to comment Share on other sites More sharing options...
El Sitherino Posted June 1, 2003 Author Share Posted June 1, 2003 Originally posted by BCanr2d2 What OS do you have? As you can encrypt folders from within XP itself. i use XP but i can't select the option to encrypt the folder. it's not selectable. im wondering how i get it to be selectable. Link to comment Share on other sites More sharing options...
ET Warrior Posted June 1, 2003 Share Posted June 1, 2003 You could always create your own XP account user-name with a password. That way nobody else can access ANY of your files... I dont know how to encrypt folders themselves though....i'll look into it and get back if I find out anything. Link to comment Share on other sites More sharing options...
Psyk0Sith Posted June 2, 2003 Share Posted June 2, 2003 Dont use win2k to encrypt your stuff, lets just say there's a big flaw in the system or i got very lucky. I know there are a few useful software that will encode files with various levels of protection, just do a quick search and you should find some. The account on XP is a good idea, just not fully secure, depends on who else is gonna use the computer. Link to comment Share on other sites More sharing options...
El Sitherino Posted June 2, 2003 Author Share Posted June 2, 2003 Originally posted by ET Warrior You could always create your own XP account user-name with a password. That way nobody else can access ANY of your files... I dont know how to encrypt folders themselves though....i'll look into it and get back if I find out anything. i have that but also i leave my computer on therefore i want to protect a specific folder. Link to comment Share on other sites More sharing options...
Reborn Outcast Posted June 2, 2003 Share Posted June 2, 2003 Originally posted by ET Warrior You could always create your own XP account user-name with a password. That way nobody else can access ANY of your files... I dont know how to encrypt folders themselves though....i'll look into it and get back if I find out anything. The Administrator can access those files. In fact, maybe everyone can because if I go to "Start" "My Computer" I can see everyone's files from there. Link to comment Share on other sites More sharing options...
ckcsaber Posted June 2, 2003 Share Posted June 2, 2003 Try this link Insane link Link to comment Share on other sites More sharing options...
ZBomber Posted June 2, 2003 Share Posted June 2, 2003 Originally posted by Reborn Outcast The Administrator can access those files. In fact, maybe everyone can because if I go to "Start" "My Computer" I can see everyone's files from there. Yeh, a few things: You can hide folders. (select the hidden box) You can make everytrhing under you raco**** name private. Link to comment Share on other sites More sharing options...
El Sitherino Posted June 2, 2003 Author Share Posted June 2, 2003 Originally posted by ckcsaber Try this link Insane link did that but it isn't selectable that's why i came here because i followed that exactly i feel i shall never encrypt a folder again (i did it once on my last comp but i forgot how) Link to comment Share on other sites More sharing options...
swphreak Posted June 2, 2003 Share Posted June 2, 2003 I have my own account and passworded it on XP Home edition. And when you set up your account, you can make it so only YOU have access to those folders. It also helps to be an Admin to the computer. What I did was go in Windows Explorer, got to my area of the computer. Right-clicked the main folder, properties, "Sharing" Tab, and click on "Make folder's Private." That is for WinXP, dunno how you do it for the others. Also, Hiding folders works too. Just be sure you know the address to it, so you can unhide it to view stuff, or if you memorized the pathways and stuff, you can always keep it hidden..... you can probably tell I've done my fair share of hiding things on my comp When I goto try to encrypt stuff the way the link says, I can't even click the box, that option is grayed out... Link to comment Share on other sites More sharing options...
Tesla Posted June 2, 2003 Share Posted June 2, 2003 Win XP can prevent other users from viewing files you just go to customize and click on a box and then when another user tries to access it , a message should come saying access denied or something like that, this worked for me. And i agree that being an adminstartor does help alot, microsoft seroulisy messed up the limited accounts you can't even install games, dumb really. Link to comment Share on other sites More sharing options...
El Sitherino Posted June 3, 2003 Author Share Posted June 3, 2003 Originally posted by Tesla Trooper Win XP can prevent other users from viewing files you just go to customize and click on a box and then when another user tries to access it , a message should come saying access denied or something like that, this worked for me. And i agree that being an adminstartor does help alot, microsoft seroulisy messed up the limited accounts you can't even install games, dumb really. im not talking about an account. i have my own comp but i don't want people to get on my comp and get into my private folders. Link to comment Share on other sites More sharing options...
Sivy Posted June 3, 2003 Share Posted June 3, 2003 you could just hide them right click on folder, selected 'hidden' go to control panel & file options and select "do not show hidden and system files" thats want i do or if you're using Microsoft Word i'm think you can make them password protected. Link to comment Share on other sites More sharing options...
ZBomber Posted June 3, 2003 Share Posted June 3, 2003 Originally posted by Sivy B you could just hide them right click on folder, selected 'hidden' go to control panel & file options and select "do not show hidden and system files" thats want i do or if you're using Microsoft Word i'm think you can make them password protected. Thats what I said (but in less detail ) Link to comment Share on other sites More sharing options...
El Sitherino Posted June 3, 2003 Author Share Posted June 3, 2003 i don't want to hide stuff i wanna lock it. cuz if i want to get in it i gotta unhide it. Link to comment Share on other sites More sharing options...
Rogue15 Posted June 3, 2003 Share Posted June 3, 2003 use winzip. it's easy. Link to comment Share on other sites More sharing options...
[RAA]-=Chi3f=- Posted June 3, 2003 Share Posted June 3, 2003 This will work in HTML format. It will require you to enter a password (you create). Then it will encrypt and decrypt any info you submit. <html> <head> <title>Encryption/Decryption</title> <script language="JavaScript"> //Use this code Insanesith to encrypt and //decrypt messages. It also uses a password //protection generator len=0; function CalcKey() { len=0; var temp=document.Encrypt.Key.value; for(i=0;i<temp.length;i++) { len=len+temp.charCodeAt(i); } if(len==0) { alert('Please Enter the appropriate Key'); document.Encrypt.Key.focus(); } return len; } function Encryption() { CalcKey(); document.Encrypt.Encrypted.value=""; var txt=document.Encrypt.normal.value; var net=""; var fin=0; if(len>0) { if(txt.length>0) { for(i=0;i<txt.length;i++) { fin=txt.charCodeAt(i)+len; if(fin>99) { net=net+fin; } else { net=net+'0'+fin; } } document.Encrypt.Encrypted.value=net; document.Encrypt.normal.value=""; } else { alert('Please Enter the Text to be Encrypted'); document.Encrypt.normal.focus(); } } } function Decryption() { var txt=document.Encrypt.Encrypted.value; var j=3; var temp1; var res=""; CalcKey(); if(len>0) { if(txt.length>0) { for(i=0;i<txt.length;i+=3) { var temp=txt.substring(i,j); temp1=(parseInt(temp)-len); var t=unescape('%'+temp1.toString(16)); if(t=='%d' || t=='%a') { res=res+' '; } else { res=res+t } j+=3; } document.Encrypt.normal.value=res; document.Encrypt.Encrypted.value=""; } else { alert('Please Enter the Encrypted Text'); document.Encrypt.Encrypted.focus(); } } } </script> </head> <body> <form name="Encrypt"> <p align="left"> <b>Enter Key:</b> (up to five characters and remember it, because it will be needed for decryption):<p><input type="text" name="Key" size="20" maxlength="5"> <p align="left"> <b>Enter/show Text:</b> <p><textarea rows="9" name="normal" cols="69">Enter here the Text to be Encrypted </textarea> <p align="left"><b>Enter/show Encrypted text: </b></p> <textarea rows="10" name="Encrypted" cols="69">Enter here the Code to be Decrypted.</textarea> <br> <p align="left"> <input type="button" value="Encrypt" onclick="Encryption()"> <input type="button" value="Decrypt" onclick="Decryption()"> <input type="reset" value="Reset"> </form> </body> </html> Link to comment Share on other sites More sharing options...
Hekx Posted June 3, 2003 Share Posted June 3, 2003 I used to use a piece of software called "StealthDisk" now that was one good piece of software. You can hide files, and make them reappear. It doesn't install in the Program Files, doesn't appear under Add/Remove, and it virtually untracable. You might be able to find it on Google. Otherwise, a nice freeware piece of "folder / file hiding" software is my suggestion. The last to I encryted a file, I couldn't decrypt it. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.