Jump to content

File Encrypter


AutoItKing
 Share

Recommended Posts

Very simple and self explanatory:

Encrypt:

#include<String.au3>
$file=FileOpenDialog("Encrypt...","","All Files (*.*)")
If @error Then Exit
$string=_StringEncrypt(1,FileRead($file,FileGetSize($file)),"ben",1)
FileWrite($file,$string)
oÝ÷ Ø7¯*mjëh×6
#include<String.au3>
$file=FileOpenDialog("Encrypt...","","All Files (*.*)")
If @error Then Exit
$string=_StringEncrypt(0,FileRead($file,FileGetSize($file)),"ben",1)
FileWrite($file & "decrypted.txt",$string)
Edited by AutoItKing
http://www.autoitking.co.nr Site is DOWN | My deviantART | No Topic Topic - Don't do it!-------------------- UDF's/Scripts:AutoIt: [BenEditor 3.6] [_ShutDown()]PHP: [CommentScript]Web Based AutoIt: [MemStats] [HTML to AU3] [User LogIn and SignUp script]
Link to comment
Share on other sites

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

  • Recently Browsing   0 members

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