Jump to content

Recommended Posts

Posted (edited)

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
Posted (edited)

I apologize. I did not realize the links were not going to work. argumentum truecrypt is a encryption program. I am sharing to give you guys a great program that you may like. Thanks.

Edited by Hunter070
  • 2 years later...
  • 1 month later...
Posted

@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.

  • 1 year later...
Posted
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. 

  • 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
×
×
  • Create New...