![]() |
|
Encrypt And Decrypt Text Using My Tool - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Hacking (https://sinister.li/Forum-Hacking) +--- Forum: Hacking Tools (https://sinister.li/Forum-Hacking-Tools) +--- Thread: Encrypt And Decrypt Text Using My Tool (/Thread-Encrypt-And-Decrypt-Text-Using-My-Tool) |
Encrypt And Decrypt Text Using My Tool - -1CE- - 01-04-2013 coded by mrwecheat aka 1CE GUYS, I HAVE CODED MY OWN CRYPTO FROM SCRATCH!! it is able to encrypt and decrypt: -ATOM128 -GILA7 -MEGAN35 -TRIPO5 -FERON74 -TRIPLE DES -HAZZ15 -ESAB-46 -ZONG 22 -TIGO3FX -ZARA-128 -BINARY/ASCII -REVERSE TEXT -STAIRS -RIJNDAEL -ROT13 -MD5HASH (cannot be decrypted) -RIPEMD160HASH(cannot be decrypted) -SHA1HASH(cannot be decrypted) -SHA256HASH(cannot be decrypted) -SHA348HASH(cannot be decrypted) -DES -BASE64 -NORMAL XOR -AES -HEX -RC2 -RSA -SHA512HASH(cannot be decrypted) -STRING2CHAR -added 6 more features: a)to morse b)to 1337 c)custom XOR d)polyrc4 e)caeser shift f)rc4 images: ![]() ![]() ![]() scan result: File Info Report date: 2012-06-10 09:28:22 (GMT 1) File name: ha-crypto-v1-0-exe File size: 866816 bytes MD5 Hash: 61cb5a96ddb3c1e9d4d076c7c04e1828 SHA1 Hash: 85253945e91e7b713ce8ad7e7c30a10460bcbc6e Detection rate: 0 on 14 (0%) Status: CLEAN Detections Asquared - Avast - AVG - Avira - BitDefender - ClamAV - Comodo - DrWeb - Fprot - IkarusT3 - Panda - STOPZilla - TrendMicro - VBA32 - Scan report generated by NoVirusThanks.org for those who want to download: direct link http://www.mediafire.com/?v2vt5hm62b8cjha RE: Encrypt And Decrypt Text Using My Tool - Deque - 01-05-2013 Hey 1CE. First of all: I like that you make a lot programming contributions to the community. Although I'd rather see some code too, but go on like this. I've made a similar program like this one, when I started getting interested in IT Security. It is a good exercise in learning how the cryptogaphy API of the used language works and--if you implement them yourself, how some algorithms work. I am sorry that I can't test your program to give you more feedback, but as I stated before, I can't use it in Linux and also not in my Win XP Virtual Machine (currently have no Windows 7 installed). Some feedback from looking at it though: Your program is using the terms "crypt" and "decrypt", but offers hashing (like SHA-1) and encodings (like Base64) for which those terms are just wrong. You are even stating that the hash values can't be decrypted, but hash algorithms do not encrypt either. Why do you have Rijndael and AES at the same time? AES is Rijndael. Same for ROT13 and Caesar Shift. ROT13 just has a fix key value (which is 13). RE: Encrypt And Decrypt Text Using My Tool - -1CE- - 01-05-2013 i added hashing and encoding..but i named as encrypting as most people thinks that hashing and encoding is under encryption.. I know ROT13 is under Caeser Shift..but not much people know the fact..when they search, they search for ROT13 most of the time, as ROT13 is commonly used,,,so i added it there so that it could help those who dont know that ROT13 is caesar shift with value 13. and for the aes and rijndael ---> refer this http://stackoverflow.com/questions/748622/differences-between-rijndael-and-aes RE: Encrypt And Decrypt Text Using My Tool - H4R0015K - 01-05-2013 Can you provide direct link,for some reason your adfoc link redirects me to blazeinfo.com so you are a admin of a forum/site which one? RE: Encrypt And Decrypt Text Using My Tool - -1CE- - 01-05-2013 thread updated with mediafire link.. RE: Encrypt And Decrypt Text Using My Tool - Deque - 01-05-2013 (01-05-2013, 02:37 PM)-1CE- Wrote: and for the aes and rijndael ---> refer this http://stackoverflow.com/questions/748622/differences-between-rijndael-and-aes That's nothing that makes my point invalid. AES was chosen by competition and Rijndael is the algorithm that won that competition. As a result Rijndael was used for this standard. The standard is more restricting. Rijndael provides more different key lengths, but actually AES is Rijndael (or a subset of Rijndael like said in stackoverflow. I knew that, but simplified it). So there is no point in providing both imho. People who don't know that ROT13 is a Caesar Shift should learn more before using "hacking tools". That is just my opinion. I see your point, though. RE: Encrypt And Decrypt Text Using My Tool - -1CE- - 01-05-2013 I added to help people..if they dont know, they cant be learning everything before they use..some people learn while using and some others learn after using.. RE: Encrypt And Decrypt Text Using My Tool - Guxi - 01-05-2013 Nice tool.. and GUI looks smooth. In what language is it written? Also did you make GUI manually or with gui editors? RE: Encrypt And Decrypt Text Using My Tool - -1CE- - 01-05-2013 thank you..the language is VB.NET ..the gui is actually a theme coded by one of my virtual friend,.. RE: Encrypt And Decrypt Text Using My Tool - Lottex - 01-06-2013 Thanks for this dude now i won't have to search on crypo ;d |