The MASM Forum Archive 2004 to 2012

Project Support Forums => GoAsm Assembler and Tools => Topic started by: donkey on February 17, 2008, 01:28:08 AM

Title: Rijndael
Post by: donkey on February 17, 2008, 01:28:08 AM
I needed an encryption algorithm for my current project for registry entries and also to add encryption to a database, normally I would just choose BlowFish which is a fairly good one but I decided to switch it up this time. Anyway, here is the AES Rjindael encryption algorithm for GoAsm, it was originally written by WiteG I think, I have lost the original file in the mess that is my backups.

The algortihm encrypts or decrypts 16 byte blocks, it can use either dynamically generated or a static sboxes.

Donkey

[attachment deleted by admin]
Title: Re: Rijndael
Post by: BogdanOntanu on February 17, 2008, 11:37:34 AM
Thank you Donkey and WiteG of course :U