[KeyGenerator] SST Algorithm implementation example!

If you have completed an application and wish to share the complete source/project files with everyone then please post it in here. Source-code files only, no tutorials.
7 posts Page 1 of 1
Contributors
User avatar
DreadNought
VIP - Donator
VIP - Donator
Posts: 116
Joined: Fri Jan 08, 2010 12:37 pm

Hello CodeNStuff,

This is basically just showing you a public algorithm C# implementation, no I didn't create the algorithm but yes I did implement it 100% by self, I got the algorithm itself from googleing "SSA Algorithm" and just implemented it and created an application to make use of that, the idea of this was to inspire some more C# development and there will be many more thing to come, including a Product Key Manager called "Key simplicty" which will show you how user-friendly and how powerful C# really is compared to Visual basic.

This will cost two credits as it is the entire source code, and is in the Full applications section(Without source) for one credit.

Screenshots:

Encryption(Message is "Paralyzer" with key "Code'N'Stuff"):
Image

Decryption(Message is the encrypted result of "Paralyzer" with key "Code'N'Stuff"):
Image


This file is hosted off-site.

This is a .rar, you can check the code inside to check for viruses, the actual compiled exe inside the .rar file(bin/debug/key Generator.exe) virus scan:
Virustotal:
Antivirus Result Version Update
AhnLab-V3 - 2012.01.15.00 20120115
AntiVir - 7.11.21.29 20120115
Antiy-AVL - 2.0.3.7 20120115
Avast - 6.0.1289.0 20120115
AVG - 10.0.0.1190 20120115
BitDefender - 7.2 20120115
ByteHero - 1.0.0.1 20120111
CAT-QuickHeal - 12.00 20120115
ClamAV - 0.97.3.0 20120114
Commtouch - 5.3.2.6 20120115
Comodo - 11279 20120115
DrWeb - 5.0.2.03300 20120115
Emsisoft - 5.1.0.11 20120115
eSafe - 7.0.17.0 20120115
eTrust-Vet - 37.0.9680 20120113
F-Prot - 4.6.5.141 20120115
F-Secure - 9.0.16440.0 20120115
Fortinet - 4.3.388.0 20120115
GData - 22 20120115
Ikarus - T3.1.1.113.0 20120115
Jiangmin - 13.0.900 20120115
K7AntiVirus - 9.126.5936 20120113
Kaspersky - 9.0.0.837 20120115
McAfee - 5.400.0.1158 20120115
McAfee-GW-Edition - 2010.1E 20120115
Microsoft - 1.7903 20120115
NOD32 - 6797 20120115
Norman - 6.07.13 20120115
nProtect - 2012-01-15.01 20120115
Panda - 10.0.3.5 20120115
PCTools - 8.0.0.5 20120115
Prevx - 3.0 20120115
Rising - 23.92.04.02 20120113
Sophos - 4.73.0 20120115
SUPERAntiSpyware - 4.40.0.1006 20120114
Symantec - 20111.2.0.82 20120115
TheHacker - 6.7.0.1.379 20120115
TrendMicro - 9.500.0.1008 20120115
TrendMicro-HouseCall - 9.500.0.1008 20120115
VBA32 - 3.12.16.4 20120113
VIPRE - 11402 20120115
ViRobot - 2012.1.13.4879 20120115
VirusBuster - 14.1.168.0 20120115

https://www.virustotal.com/file/168befc ... 326664398/

Thankyou,
Paralzer.
Bound and boom tech,
The Future Of Coding
User avatar
clanc789
Coding Guru
Coding Guru
Posts: 786
Joined: Tue Nov 02, 2010 4:45 pm

I needed this so hard!!! Thx! (+rep & download when im @home).
Practice makes perfect!

VIP since: 6-10-2011
User avatar
DreadNought
VIP - Donator
VIP - Donator
Posts: 116
Joined: Fri Jan 08, 2010 12:37 pm

Any feedback would be greatly appericated, maybe a nice GUI/Theme would be make this alot more attractive?
Bound and boom tech,
The Future Of Coding
User avatar
clanc789
Coding Guru
Coding Guru
Posts: 786
Joined: Tue Nov 02, 2010 4:45 pm

Could you change the project( convert or w/e) from C# to vb.net? Ill send you credits for it (10 seems enough for that). I rlly dont get C# (that 10 credits & +rep is for everyone who can do that for me!).
Practice makes perfect!

VIP since: 6-10-2011
User avatar
DreadNought
VIP - Donator
VIP - Donator
Posts: 116
Joined: Fri Jan 08, 2010 12:37 pm

I am most certianly not a visual basic coder but I most defiantly will have a go at it later mate, give me an hour or two.

Reflect the compiled .exe with .net reflecter(google it) and open to binary and it will give you the visual basic code for it. :)
Bound and boom tech,
The Future Of Coding
User avatar
clanc789
Coding Guru
Coding Guru
Posts: 786
Joined: Tue Nov 02, 2010 4:45 pm

Thats reverse engeniring, that only gives binary code, not vb.net code.
Practice makes perfect!

VIP since: 6-10-2011
User avatar
DreadNought
VIP - Donator
VIP - Donator
Posts: 116
Joined: Fri Jan 08, 2010 12:37 pm

No its not really reverse engineering and will give you the visual basic code, what I typed in my previous comment didnt make the most sense, I meant open the compiled binary(or biniary?) file up, in otherwords, open the .exe, i'll do it for you in a minute
Bound and boom tech,
The Future Of Coding
7 posts Page 1 of 1
Return to “Source-Code”