[Implemented] Base64Decode()

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Kale
PureBasic Expert
PureBasic Expert
Posts: 3000
Joined: Fri Apr 25, 2003 6:03 pm
Location: Lincoln, UK
Contact:

[Implemented] Base64Decode()

Post by Kale »

Is there any chance to add a Base64Decode() function to round off the Cypher Lib nicely? All other Cyphers have decoders apart from Base64 :(

I know i can get by using this:
viewtopic.php?t=4970

But it would be very nice to have a native command. :D
--Kale

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

Post by Karbon »

Going to bring this up again as I run into a need for a fast base64 decoder. The one written in PB works but it would be nice to have one built in for speed and ease of use!
-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
fsw
Addict
Addict
Posts: 1603
Joined: Tue Apr 29, 2003 9:18 pm
Location: North by Northwest

Post by fsw »

Have you tried El_Choni's PB2Lib tool named TailBite :?:
Here is the topic:
viewtopic.php?t=8799&postdays=0&postorder=asc&start=30

maybe you can run this PB code trough it without problems...

I am to provide the public with beneficial shocks.
Alfred Hitshock
Post Reply