jpam Posted July 15, 2008 Share Posted July 15, 2008 (edited) udf and dll to encrypt/decrypt and Compress/Decompress all kind of filesXOR based encryption/decryption password key's can be a string or file of any lenght.dll , udf and test script all included in zipfile10.7 mb file encrypting in 89 ms on my comp running a celeron 2.4 ghzCompress and Encrypt 1407 KB bitmap:compress = 47.72 msEnCrypt = 2.4 msNew size 799 KBDecrypt an Decompress:DeCrypt = 2.38 msDecompress = 9.97 msNew size 1407 KBCompress and Encrypt 4.022 bytes textfile:compress = 0.27 msEnCrypt = 0.09 msNew size 1.553 bytesDecrypt an Decompress:DeCrypt = 0.08 msDecompress = 0.13 msNew size 4.022 bytes It's not the best compressor like zip or winrar, but i have build this Compress/Decompress function for speeddownload @ http://prospeed-jan.xprofan.com/list-all-downloads.php"FastCrypt.zip"Comments are wellcom muttley Edited October 10, 2008 by jpam Link to comment Share on other sites More sharing options...
enaiman Posted July 15, 2008 Share Posted July 15, 2008 In order to reply we should be able to download the file ... am I right? SNMP_UDF ... for SNMPv1 and v2c so far, GetBulk and a new example script wannabe "Unbeatable" Tic-Tac-Toe Paper-Scissor-Rock ... try to beat it anyway :) Link to comment Share on other sites More sharing options...
Pain Posted July 15, 2008 Share Posted July 15, 2008 download @ http://prospeed-jan.xprofan.com/list-all-downloads.php"FastCrypt.zip"or directlink if you want to:http://prospeed-jan.xprofan.com/download/?FastCrypt.zip Link to comment Share on other sites More sharing options...
monoceres Posted July 15, 2008 Share Posted July 15, 2008 or directlink if you want to:http://prospeed-jan.xprofan.com/download/?FastCrypt.zipYeah 'cause that link works.... NOT! Broken link? PM me and I'll send you the file! Link to comment Share on other sites More sharing options...
TehWhale Posted July 16, 2008 Share Posted July 16, 2008 Umm, sounds really cool in all, but the links don't work. Weight watchers does. Link to comment Share on other sites More sharing options...
jpam Posted July 16, 2008 Author Share Posted July 16, 2008 crap ! forgot that the php download script does not like capital letters allready fixed muttley Link to comment Share on other sites More sharing options...
TehWhale Posted July 17, 2008 Share Posted July 17, 2008 crap !forgot that the php download script does not like capital letters allready fixed muttleyThank you! Link to comment Share on other sites More sharing options...
jpam Posted July 18, 2008 Author Share Posted July 18, 2008 did some optimizing on the dll50% speed increase for encrypt/decryptcrypt function needs only 2 parameters nowyou can now use a password string or a file as encryption keykey files can be the same size or longer as the source fileso , there are no sequential repeats in the key,it's very hard to crack because the key can be any type of data including binary files.download @ http://prospeed-jan.xprofan.com/list-all-downloads.php muttley Link to comment Share on other sites More sharing options...
jpam Posted July 23, 2008 Author Share Posted July 23, 2008 (edited) small updateforgot to preserve and resatore 2 registers ebx and edi in crypt.dllzip file updated @ http://prospeed-jan.xprofan.com/list-all-downloads.phpbtw, 108 downloads and no comments muttley Edited July 28, 2008 by jpam Link to comment Share on other sites More sharing options...
Catdaddy Posted September 18, 2008 Share Posted September 18, 2008 One small question... How do you decrypt the file that you just encrypted using your DLL and UDF? Link to comment Share on other sites More sharing options...
jpam Posted September 18, 2008 Author Share Posted September 18, 2008 Run this script and your file will be encrypted Run it again and your file will be decrypted #include <Crypt.au3> $pass = "your path/file or password here" $pMem = ReadFileFast("e:\bird.bmp") Crypt($pMem, $pass) WriteFileFast("e:\bird.bmp", $pMem) Exit Link to comment Share on other sites More sharing options...
TehWhale Posted September 18, 2008 Share Posted September 18, 2008 This seems really cool, but it doesn't work! I tried it with the script you posted above, I ran it, and it, with cow in the .txt, and it made it: 3.y . I ran it again, and I got: con ? Link to comment Share on other sites More sharing options...
jpam Posted September 19, 2008 Author Share Posted September 19, 2008 its working fine overhere >_<i made a text file with the word "cow" in it, i run the script twice and the .txt file decrypt the word cow fine but i compiled a new dll for you this one i have used to test the .txt fileyou can download the new build from my webpagehttp://prospeed-jan.xprofan.com/list-all-downloads.php Link to comment Share on other sites More sharing options...
TehWhale Posted September 19, 2008 Share Posted September 19, 2008 Is it a possibility of me using Vista? This time, I ran it and got this: co (Hmm, the correct letter isnt showing up, but its like thi _| but connected, and smaller, like an exponet.) (I also change it back to cow, and then run it twice, and get: coÔ) It seems to be different every time? Link to comment Share on other sites More sharing options...
jpam Posted September 19, 2008 Author Share Posted September 19, 2008 are you using a file as password ? and are you reading and writing to c:\ ? i have to do some research on vista and asm Link to comment Share on other sites More sharing options...
TehWhale Posted September 19, 2008 Share Posted September 19, 2008 Im just using the exact example you provided, but instead of the E:\ stuff, im using @DesktopDir & "\moo.txt" Link to comment Share on other sites More sharing options...
jpam Posted September 20, 2008 Author Share Posted September 20, 2008 (edited) uploaded new fastcrypt.zip changed crypt.dll internal masm read/write functions to win api read/write functions @Alienware can you test it for me on vista ? Edited September 20, 2008 by jpam Link to comment Share on other sites More sharing options...
TehWhale Posted September 20, 2008 Share Posted September 20, 2008 Sorry for the bad news, but it's still giving me a random letter at the end. Like before, cow, it encrypted, when it decrypted, it with coN. Grr! Link to comment Share on other sites More sharing options...
jpam Posted September 24, 2008 Author Share Posted September 24, 2008 rewrote xor routine in dlltested on vista(friend) without problems.AlienWare can you test it on your computer ?with this version only password strings are allowed,if there are no problems on your computer then i add Keyfile supporthttp://prospeed-jan.xprofan.com/list-all-downloads.php Link to comment Share on other sites More sharing options...
Catdaddy Posted September 25, 2008 Share Posted September 25, 2008 jpam... Just tried the newest version. Using Vista Ultimate. Encrypted/decrypted .txt, .jpg and .zip files. Works like a charm. Excellent work. Link to comment Share on other sites More sharing options...
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