Jump to content

_StringEncrypt... Please Help O:


Recommended Posts

Ok When I Use...

#Include <String.au3>

$Encrypt = _StringEncrypt (1, 500 , "John2006" ,3) 

$Decrypt = _StringEncrypt (0, 500 , $Encrypt ,3)

FileWriteLine ( "Decrypt.txt" , $Decrypt )

I Get This In Decrypt.txt...

CODE
Ó

If Any One Can Could They Please Tell Me What I'm Doing Wrong.. And Give Me And Example Thanks In Advance!! :D

Latest Projects :- New & Improved TCP Chat

Link to comment
Share on other sites

You don't have the right parameters.

#include <String.au3>

_StringEncrypt ( $i_Encrypt, $s_EncryptText, $s_EncryptPassword [, $i_EncryptLevel ] )

$i_Encrypt 1 to encrypt, 0 to decrypt.

$s_EncryptText Text to encrypt/decrypt.

$s_EncryptPassword Password to encrypt/decrypt with.

$i_EncryptLevel Optional: Level to encrypt/decrypt. Default = 1

Edited by weaponx
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...