Base64 1.9
Author: Roedy
Language: English
OS: Win98,WinME,WinNT 3.x,WinNT 4.x,Windows2000,WinXP,Windows2003,Windows Vista Starter,Windows Vista Home Basic,Windows Vista Home Premium,Windows Vista Business,Windows Vista Enterprise,Windows Vista Ultimate,Windows Vista Home Basic x64,Windows Vista Home Premium x64,Windows Vista Business x64,Windows Vista Enterprise x64,Windows Vista Ultimate x64,Unix,Linux,Linux Console,Linux Gnome,Linux GPL,AS/400,OS/2,OS/2 Warp,OS/2 Warp 4,Mac OS X,Java
Publisher: Canadian Mind Products
Homepage: http://mindprod.com
Base64 1.9
Thank you for downloading
Free Download Base64 1.9
Base64 is a freeware way of encoding 8-bit characters using only ASCII printable characters similar to UUENCODE. UUENCODE embeds a filename where BASE64 does not. You will see BASE64 used in encoding digital certificates, in encoding passwords. ..
Base64 1.9 Description
" add icon and pad file "
Edit by 555ware.com : Base64 - Base64 is a freeware way of encoding 8-bit characters using
only ASCII printable characters similar to UUENCODE.
UUENCODE embeds a filename where BASE64 does not. You will
see BASE64 used in encoding digital certificates, in
encoding user: password string in an Authorization: header
for HTTP. The spec is described in RFC 2045.
For more details see http: / / mindprod. com / jgloss / base64. html
Don' t confuse Base64 with x-www-form-urlencoded which
is handled by java. net. URLEncoder. encode / decode or
Base64u.
Base64 armouring uses only the characters A-Z a-z 0-9 + / =.
This makes it suitable for encoding binary data as SQL
strings, 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 Base64
that uses-_and * in preference to + / and =, so that it
can be used in URLEncoded contexts with or without
URLEncoding.
Use base64 like this:
/ / Base64 armouring
import com. mindprod. base64. Base64;
...
/ / sample byte array to encode
byte [ ] toSend = { ( byte ) 0xfc, ( byte ) 0x0f, ( byte ) 0xc0 };
/ / create encoder object
Base64 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 armouring
import com. mindprod. base64. Base64u;
...
/ / sample byte array to encode
byte [ ] toSend = { ( byte ) 0xfc, ( byte ) 0x0f, ( byte ) 0xc0 };
/ / create encoder object
Base64u 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, see
Example. java
to run:
java. exe com. mindprod. base64. Example
Base64 1.9 Related Software
- SMTP / POP3 Email Engine for Delphi 5.0 including HTML, MIME Base64 and quoted-printable encoded attachments, from within an.UE decoding, audio CD ripping, and a wizard was added; Supports...
- Binbot 1.1.1 including uuencode, MIME / base64 and yEnc. -By letting you visually select which blocks of articles you wish to download, Binbot makes it easy to navigate huge...
- JMReader 4.1 file automatically 10. MIME / BASE64, Quoted-Printable, HZ code converting 11. User can manage files using favorite tool 12. User can excerpt from books or write...
- ActiveEmail SMTP / POP3 Toolkit 3.0 8 bit, quoted-printable, base64 ). To improve performance, outgoing mails can be queued, and. Flash Decompiler allows yout to play flash file.o....
- NCrypt TX 2.2 of encrypted hexadecimal or Base64.s all major audio file formats. Power Audio Editor will be interesting for professionals and amateurs,to be.e.tors...
- Android Newsgroup Downloader 6.1 yEnc, mime, and base64. Android is has many user-friendly features,the life you' ve dreamed of! Cash flows into your account like clockwork! ....
- ImageDraw SDK for. NET 2.0 from files, base64 strings, BLOBs, etc. ), Texts WordArt ( autosize, multi-line, custom font files support ), and.one solution. Most important.SB...
- . NET Encryption Library 1.09 Adler32, X509, UUencode, Base64, GZip, and Deflate. ..
- NewsReactor 20080129.22 Base64 and yEnc decoding with error correction. Selecting up to twenty active threads. Multiple server scanning and combining. With...
- MSCBlob for Linux 2.0 as-is, Base64 and Hex. Also has an ability to save and load data from files on disk. ..
Categories
Web Development
- ASP & PHP
- E-Commerce
- Flash Tools
- HTML Tools
- Java & JavaScript
- Log Analysers
- Site Administration
- Wizards & Components
- XML/CSS Tools
Audio & Multimedia
Business
Communications
Desktop
Development
Education
Games
Graphic Apps
Home & Hobby
Network & Internet
Security & Privacy
Servers
System Utilities



