Jump to content

Home

i need to know something


El Sitherino

Recommended Posts

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

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

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

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

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

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

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

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

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

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. :cool:

 



<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

I used to use a piece of software called "StealthDisk" now that was one good piece of software. :D

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...