neogia Posted March 29, 2006 Posted March 29, 2006 (edited) With this encryption algorithm, any combination of characters you enter outputs a random encryption (~1:1000 chance of getting the same output twice for the same input). This makes brute forcing literally impossible, unless the hijacker has this source code. For example: This is just a test ~!@#$%^&*() I encrypted this 6 times and got these results: 384074494594504213594504213694704504604213784213604184504604213614323454523623723484823223023123 941730150250260989250260989350460260360989440989360840260360989370089110289389489140589990789889 958430850960970689960970689060170970070689150689070550970070689080789810990090190840290690490590 393984304404414123404414123504614414514123694123514094414514123524223364434534634394734134934034 196272692792702422792702422892902702802422982422802392702802422813522652722822922682022432232332 853939359459469189459469189559669469569189649189569059469569189579289319489589689349789199999099 Previous version: 50 downloads.RandomEncryptor.au3 Edited April 29, 2006 by neogia [u]My UDFs[/u]Coroutine Multithreading UDF LibraryStringRegExp GuideRandom EncryptorArrayToDisplayString"The Brain, expecting disaster, fails to find the obvious solution." -- neogia
Skrip Posted March 29, 2006 Posted March 29, 2006 (edited) Thanks this can help! Good job But the encrypt and decrypt is kinda slow, can you fix that? Edited March 29, 2006 by Firestorm [left][sub]We're trapped in the belly of this horrible machine.[/sub][sup]And the machine is bleeding to death...[/sup][sup][/sup][/left]
neogia Posted April 29, 2006 Author Posted April 29, 2006 (edited) Scratch that, forum mishaps. Edited April 29, 2006 by neogia [u]My UDFs[/u]Coroutine Multithreading UDF LibraryStringRegExp GuideRandom EncryptorArrayToDisplayString"The Brain, expecting disaster, fails to find the obvious solution." -- neogia
sherkas Posted May 10, 2006 Posted May 10, 2006 I get a error at the: key *= line. Cant run this script.
Lapo Posted May 10, 2006 Posted May 10, 2006 (edited) I get a error at the: key *= line. Cant run this script. does this work ? $tickcount = DllCall ("kernel32.dll","long","GetTickCount") MsgBox(262144, "", $tickcount[0]) edit : post the error Edited May 10, 2006 by Lapo
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now