Jump to content

Recommended Posts

Posted (edited)

Securacy

Securacy is the succesor to X-Hide, the name Securacy is a blending of the words security and privacy. X-Hide provided privacy, but lacked in extreme security, therefore IDEA encryption was added. Also a new more pleasing GUI is available with Securacy, than was used with X-Hide.

Securacy zips the file or folder chosen, encrypts that zip using IDEA encryption, and finally hides the zip by applying System and hidden attributes to a file/folder.

----Change Log----

(0.9.3) Beta

*Fixed

-regsvr32 of XZip Dll not working correctly on different computers

(0.9.2) Beta

*Added:

-Error Checking in blank file path box

*Fixed:

-Folder filename handling

-Error in IDEA encryption passing filenames

(0.9.1) Beta

*Initial Release, all changes internal development before this release

Securacy_0_9_3.zip

Edited by Psibernetic

[sup]Psibernetic[/sup]My Creations:X-HideSecuracy

Posted

Failed straight up for me - asked for a password which I haven't been set yet.

Haha sorry bout that... man I was really in a hurry lol I had to get home quick before weather got too bad..sorry for the issue ill fix it immediately

also sorry to the other 28 downloaders :-/

[sup]Psibernetic[/sup]My Creations:X-HideSecuracy

Posted

Need to allow it to hide directories other than those under C:. I would also add checks to ensure it's only HDD directories and not CD/DVD directories that you are trying to hide.

Posted

One easy exploit with this is that the password is easily unencryptable. Meaning that you can find the password and get the file.

Posted (edited)

One easy exploit with this is that the password is easily unencryptable. Meaning that you can find the password and get the file.

Chip: Any ideas of make this less exploitable?

PartyPooper: I certainly do need to add that, do you know of any UDF's for multi-Drive folder selection?

Edited by Psibernetic

[sup]Psibernetic[/sup]My Creations:X-HideSecuracy

Posted

_StringEncrypt(1,$xEncryptPassword,"PsiPhi",2)

to

_StringEncrypt(1,"PsiPhi", $xEncryptPassword,2)

So you encrypt the word PsiPhi by the password not the other way around.

Posted (edited)

Try:

case $xBrowseMethod=1

$xRetrievedPath=FileOpenDialog("Choose your file to hide/unhide...", "", "All (*.*)", 1+2+4+8)

ControlSetText("","",$xFilePath, $xRetrievedPath)

case $xBrowseMethod=2

$xRetrievedPath=FileSelectFolder("Choose your directory to hide/unhide...", "")

ControlSetText("","",$xFilePath, $xRetrievedPath)

Edit: codeblock is useless

Edited by PartyPooper
Posted

Try:

case $xBrowseMethod=1

$xRetrievedPath=FileOpenDialog("Choose your file to hide/unhide...", "", "All (*.*)", 1+2+4+8)

ControlSetText("","",$xFilePath, $xRetrievedPath)

case $xBrowseMethod=2

$xRetrievedPath=FileSelectFolder("Choose your directory to hide/unhide...", "")

ControlSetText("","",$xFilePath, $xRetrievedPath)

Edit: codeblock is useless

..ya suprisingly the FileSelectFolder() only supports C:\ that should be changed in next version...perhaps I will request it

[sup]Psibernetic[/sup]My Creations:X-HideSecuracy

Posted (edited)

_StringEncrypt(1,$xEncryptPassword,"PsiPhi",2)

to

_StringEncrypt(1,"PsiPhi", $xEncryptPassword,2)

So you encrypt the word PsiPhi by the password not the other way around.

Then the passwod PsiPhi is forced as the system level password, in other words no matter wat password u set on the first-run, it will always be decrypted to PsiPhi, wouldnt generate a problem also?

Edited by Psibernetic

[sup]Psibernetic[/sup]My Creations:X-HideSecuracy

  • Moderators
Posted

..ya suprisingly the FileSelectFolder() only supports C:\ that should be changed in next version...perhaps I will request it

:):D

Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.

Posted (edited)

At the moment it's creating another folder in same directory as the one I'm trying to hide and calls it "(file/folder name)PsiE_N" and the original file/folder stays the same.

EDIT: to make the FileSelectFolder() show more than just C:/ change it to FileSelectFolder("", "C:\"& @CommonFilesDir)

Edited by phantom
Posted (edited)

At the moment it's creating another folder in same directory as the one I'm trying to hide and calls it "(file/folder name)PsiE_N" and the original file/folder stays the same.

EDIT: to make the FileSelectFolder() show more than just C:/ change it to FileSelectFolder("", "C:\"& @CommonFilesDir)

Ya thats an error I havent submitted the fix to yet, it has to do with the filename processing and lack of folder enryption... I would recommend not using folder securing for the moment sorry for the inconveience....I am working diligently...1 person is a small workforce...anyone wanna be a co-author?

Also thank you for that snippet it fixed the problem :)

Edited by Psibernetic

[sup]Psibernetic[/sup]My Creations:X-HideSecuracy

Posted

News Update: srry for the lack of a release.. we have been having our power go on and off with our winter stor... still workiing hard hope to release soon.. I didnt receive help from RazorM on the encryption so I am stuudying it now hope to keep you guys interested :)

[sup]Psibernetic[/sup]My Creations:X-HideSecuracy

Posted

Failed straight up for me - asked for a password which I haven't been set yet.

Shows ya how secure it really is! :)

but i know, its been fixed.

really cool! Nice.

The cake is a lie.www.theguy0000.com is currentlyUP images.theguy0000.com is currentlyUP all other *.theguy0000.com sites are DOWN

Posted

lol yea... stupidty beats security.... the problem ws a file the program reads to see if it is the first run...well I forgot to erase its contents before I distributed it....oops lmao...but thank you for the compliment...not too many of them these days lol :)

[sup]Psibernetic[/sup]My Creations:X-HideSecuracy

Posted
Hi just tried your program works really well. I have one problem though after i had downloaded the zip and extracted i decided to move the folder to my programs directory after i had done this could not access the program and then could not delete the directory could you help :)

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...