Top Downloads
New Downloads
Related Downloads
Popular Searches
Phonerotica Com, Gambar Artis Indonesia Bugil, Foto Julia Peres Bugil, Serial Number Internet Download Manager, Age Of Empires 2 Full Version Download Free Games, Autocad 2007 Free Download, Fraps Full Download Full Version, Naruto Games For Pc, Watch Free Hindi Movies Online, Megaupload Premium Account Generator, Anti Proxy, Sorority Life Cheats Codes, Wpe Pro, Cooking Dash Free Full Version, Filefactory Premium Account
|
|
|
Category:
Programming / Java Based Databases
|
|
Author: Canadian Mind Products | Published: Sep 17, 2008
License: Freeware | O/S: Windows/Me/NT/2000/XP/Vista
|
Uninstaller: no
|
Base64 is a freeware way of encoding 8-bit characters usingonly ASCII printable characters similar to UUENCODE.UUENCODE embeds a filename where BASE64 does not. You willsee BASE64 used in encoding digital certificates, inencoding user:password string in an Authorization: headerfor HTTP. The spec is described in RFC 2045.For more details see http://mindprod.com/jgloss/base64.htmlDon't confuse Base64 with x-www-form-urlencoded whichis handled by java.net.URLEncoder.encode/decode orBase64u.Base64 armouring uses only the characters A-Z a-z 0-9 +/=.This makes it suitable for encoding binary data as SQLstrings, that will work no matter what the encoding.Unfortunately + / and = all have special meaning in URLs.Base64u gets around this problem. It is a variant on Base64that uses - _ and * in preference to + / and =, so that itcan be used in URLEncoded contexts with or withoutURLEncoding.Use base64 like this:// Base64 armouringimport com.mindprod.base64.Base64;...// sample byte array to encodebyte[] toSend = { (byte)0xfc, (byte)0x0f, (byte)0xc0};// create encoder objectBase64 base64 = new Base64();base64.setLineLength( 72 ); // default// encoding a byte[]String send = base64.encoder( toSend );// decoding a byte[]byte[] reconstituted = base64.decoder( sent );use Base64u the same way:// Base64u armouringimport com.mindprod.base64.Base64u;...// sample byte array to encodebyte[] toSend = { (byte)0xfc, (byte)0x0f, (byte)0xc0};// create encoder objectBase64u base64u = new Base64u();base64u.setLineLength( 72 ); // default// encoding a byte[]String send = base64u.encoder( toSend );// decoding a byte[]byte[] reconstituted = base64u.decoder( sent );For an example that starts and ends with a String, seeExample.javato run:java.exe com.mindprod.base64.Example
Base64 Related Tags:
|
File Size: 514 KB
Price: $0.00
Downloads: 64
Download Now! |
Homepage
|
Report Link Error
|
Bookmark this page
|
| Requirements: |
|
User Rating:
Unrated
Editor Rating: Unrated
|
More Software from Canadian Mind Products:
|
|
Pentium - HunkIO - Comparators - Boyer - Encodings - Entities |
| |
Reviews:
|
|
|
Write a review: |
|
|
Related Software
|
|
Published: Sep 18, 2008 |
with File_Magic you can easily encode/decode a file to different file with extension Base64 (*.
|
|
Price: $70.00 Size: 1.3 MB
|
 |
|
|
Published: Mar 15, 2006 |
CryptoTools is a multi-language suite of encryption components and libraries. CryptoTools provides DES and Triple DES (3DES) encryption, as well as Base64 encoding and MD5 hashing capabilities. CryptoTools supports the following major languages C (wi
|
|
Price: $149.99 Size: 1.1 MB
|
 |
|
|
Published: Sep 16, 2008 |
Simplyzip is a multi archiver in english/german/swedish/italian at this time.
|
|
Price: $0.00 Size: 2.2 MB
|
 |
|
|
Published: Sep 25, 2008 |
This tool can generate a TSIG key value (base64) for you very easily.
|
|
Price: $0.00 Size: 144 KB
|
 |
|
|
Published: Sep 25, 2008 |
EMSA EZ Encryption Tool is a simple encryption program for Windows.
|
|
Price: $0.00 Size: 575 KB
|
 |
|
|
Published: Sep 25, 2008 |
Basic Authentication is a little program that converts a user name (login) and optionally a password to/from their Base64 Basic Authentication counterpart.
|
|
Price: $0.00 Size: 104 KB
|
 |
|
|
Published: Sep 25, 2008 |
Crypto4 PKI is set of tools designed for management of X.
|
|
Price: $24.95 Size: 3.2 MB
|
 |
|
|
Published: Sep 25, 2008 |
Command Line SMTP Client includes - esmtp authentication, automatic file type detection, automatic 7bit, quoted-printable and base64 encoding - multiple attachments - multiple recipients.
|
|
Price: $19.95 Size: 659 KB
|
 |
|
|
Published: Sep 25, 2008 |
ASP String Processing Component - Parsing, RFC 822 and RFC 3339 Date/Time Conversion, Encoding/Decoding for Base64, Hex, HTML Entities, URL-encoded, Quoted-Printable, Unicode Language Detection, Charset Encoding Conversion, Pluralize/Unpluralize, HTM
|
|
Price: $0.00 Size: 315 KB
|
 |
|
|
Published: Sep 25, 2008 |
Convert .
|
|
Price: $0.00 Size: 406 KB
|
 |
|
|
|
Base64 also mentioned on ShareMe
|
| 1. |
File Magic -
Utilities/File & Disk Management
... with File_Magic you can easily encode/decode a file to different file with extension Base64 (*.b64 ), BinHex (*.hex), Quoted-Printable (*.qpr) and plain Hexadecimal (*.hqx) . It help the security for file is very high ...
|
| |
|
|
| 2. |
CryptoTools -
Internet/Tools & Utilities
... CryptoTools is a multi-language suite of encryption components and libraries. CryptoTools provides DES and Triple DES (3DES) encryption, as well as Base64 encoding and MD5 hashing capabilities. CryptoTools supports the following major languages C (win32), C++, ActiveX/COM, .Net and Java. Components for all languages are available in one single package. ...
|
| |
|
|
| 3. |
Simplyzip -
Utilities/Compression tools
... Simplyzip is a multi archiver in english/german/swedish/italian at this time. Can Open: ZIP, CZIP, ACE, CAB, RAR, TAR, GZIP, LZH,BZ2,SQX, RS,UUE,XXE,BASE64,UCL,ARJ,ZLIB, RPM, DEB,7-ZIP Create: 7z,ZIP,CZIP,Cab,LHA,TAR,TAR GZ TAR BZ2,ACE (optionale DLL), Deepfreezer SQX, UCL, RS, ZIP-SFX/LHA-SFX and RAR-SFX UUE/XXE ZLIB and Base64. This program is FREEWARE. Further features: MULTI-ZIP.Backup to disk (CD or so). ZIP-REPAIR and some other think. With filecryption: Rijndael/Twofish (256 bit keysize) ...
|
| |
|
|
| 4. |
TSIG Key Generator -
Utilities/Security & Encryption
... This tool can generate a TSIG key value (base64) for you very easily. The key value complies with RFC2845.Secret Key Transaction Authentication for DNS (TSIG) is a secure method of authenticating clients making dynamic DNS update requests. The client application and the DNS server share a secret key value which is used to sign (HMAC-MD5) each update request. You can think of the key name as a user ID, and the key value as a password. You can create a key value using four different methods: ...
|
| |
|
|
| 5. |
Emsa EZ Encryption Tool -
Utilities/Security & Encryption
... EMSA EZ Encryption Tool is a simple encryption program for Windows. This program uses the Blowfish algorithm to encrypt files or text chunks. This algorithm is a strong encryption algorithm using a private key, therefore keeping your data safe from prying eyes.In order to encrypt files, the user must click on the 'Encrypt File' button which will select the input plain file and the path to save the encrypted output file. To decrypt files, the user must click on the 'Decrypt File' button which ...
|
| |
|
|
|
|
|