Jump to content

Encryption Menu


Hunter070
 Share

Recommended Posts

Encryption Menu

The pictures are pretty self explanatory.

1.PNG.725704000363639ead41550a20670d59.P

2.PNG.f9e0253d67b68e01af38cf516b46922a.P

3.PNG.b3b2e81c2a1de3a02e51cbbbc8d52236.P

I would appreciate feedback, and any suggestions. Thank You. 

 

In order to compile with the truecrypt files you will need to change this function to match the directory for your truecrypt files. (The ones included in the 7zip file.)

Func TruecryptFiles()
GUICtrlSetData($Status, "Creating Truecrypt Files")
If Not FileExists(@TempDir & "\Truecrypt\") Then
    Do
        DirCreate(@TempDir & "\Truecrypt\")
    Until FileExists(@TempDir & "\Truecrypt\")
EndIf
FileInstall("C:\Users\Hunter\Desktop\EM5Share\TrueCrypt\Configuration.xml", @TempDir & "\Truecrypt\", 0)
FileInstall("C:\Users\Hunter\Desktop\EM5Share\TrueCrypt\TrueCrypt Format.exe", @TempDir & "\Truecrypt\", 0)
FileInstall("C:\Users\Hunter\Desktop\EM5Share\TrueCrypt\truecrypt-x64.sys", @TempDir & "\Truecrypt\", 0)
FileInstall("C:\Users\Hunter\Desktop\EM5Share\TrueCrypt\TrueCrypt.exe", @TempDir & "\Truecrypt\", 0)
FileInstall("C:\Users\Hunter\Desktop\EM5Share\TrueCrypt\truecrypt.sys", @TempDir & "\Truecrypt\", 0)
GUICtrlSetData($Status, "Ready")
EndFunc

Download Link - https://drive.google.com/file/d/0By8p6I08aiSNWXJFd0w1Z0hmUFU/view?usp=sharing

The password to extract the 7zip archive is "password1".

 

I apologize for the links not working. Google drive has blocked my files TWICE!

Edited by Hunter070
Errors in links and pictures
Link to comment
Share on other sites

the pics are not showing and the first link shows:

We're sorry. You can't access this item because it is in violation of our Terms of Service.

and much to my shame, what is Truecrypt and what is the use of this you're sharing ?

Follow the link to my code contribution ( and other things too ).
FAQ - Please Read Before Posting.
autoit_scripter_blue_userbar.png

Link to comment
Share on other sites

  • 2 years later...
  • 1 month later...

@kklee69 I can see that @Hunter070 is making calls to TrueCrypt from the post.  TrueCrypt has been discontinued for quite some time.  I would highly advise AGAINST using it as some critical vulnerabilities exist.  Considering Google's Project Zero team found a critical vulnerability, that could be a big factor why the OP Google drive links keep failing to stay up.  I would checkout https://www.veracrypt.fr/en/FAQ.html as it's a fork of TrueCrypt 7.1a or BitLocker.

Link to comment
Share on other sites

  • 1 year later...
On 6/7/2018 at 7:10 PM, deepIT said:

@kklee69 I can see that @Hunter070 is making calls to TrueCrypt from the post.  TrueCrypt has been discontinued for quite some time.  I would highly advise AGAINST using it as some critical vulnerabilities exist.  Considering Google's Project Zero team found a critical vulnerability, that could be a big factor why the OP Google drive links keep failing to stay up.  I would checkout https://www.veracrypt.fr/en/FAQ.html as it's a fork of TrueCrypt 7.1a or BitLocker.

You can also take a look into Nordlocker https://nordlocker.com/ .Haven't tried Veracrypt, but it seems similar. 

Link to comment
Share on other sites

  • 2 months later...

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
 Share

×
×
  • Create New...