Page 1 of 1

[Implemented] Add new Cipher

Posted: Sun Jul 06, 2003 2:43 pm
by Stephane
Lut !

:idea: Why not add 'Base64Decoder()'

A+,
Stephane

Posted: Sun Jul 06, 2003 5:11 pm
by Rings

Posted: Sun Jul 06, 2003 6:17 pm
by Karbon
Yep, and that code works pretty good (using it here for a few things).. However I would second the motion to add a decoder to core -- just seems to make sense since the encoder is there..

Posted: Sun Jul 06, 2003 7:44 pm
by Rings
Karbon wrote:Yep, and that code works pretty good (using it here for a few things).. However I would second the motion to add a decoder to core -- just seems to make sense since the encoder is there..
why not port it to a native lib ?
go on and learn a bit asm or c........ :wink:

Posted: Sun Jul 06, 2003 8:01 pm
by Karbon
Oh, for sure.. Was just saying that adding it to the cipher library makes sense..

Posted: Sun Aug 24, 2003 10:54 pm
by Cantor
Karbon wrote:Yep, and that code works pretty good (using it here for a few things).. However I would second the motion to add a decoder to core -- just seems to make sense since the encoder is there..
Can You please give me an example how to use this Base64Decoder-Procedure? I Have No Idea