[Implemented] Add new Cipher

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Stephane
New User
New User
Posts: 3
Joined: Thu Jun 19, 2003 9:26 pm

[Implemented] Add new Cipher

Post by Stephane »

Lut !

:idea: Why not add 'Base64Decoder()'

A+,
Stephane
User avatar
Rings
Moderator
Moderator
Posts: 1435
Joined: Sat Apr 26, 2003 1:11 am

Post by Rings »

SPAMINATOR NR.1
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post 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..
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
User avatar
Rings
Moderator
Moderator
Posts: 1435
Joined: Sat Apr 26, 2003 1:11 am

Post 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:
SPAMINATOR NR.1
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

Oh, for sure.. Was just saying that adding it to the cipher library makes sense..
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
Cantor
New User
New User
Posts: 8
Joined: Fri May 09, 2003 10:34 pm

Post 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
Post Reply