Miscellaneous
  Home arrow PHP Scripts arrow Miscellaneous arrow base64 encoder decoder
ASP NET Scripts
ASP Scripts
C and C++ Scripts
Coldfusion Scripts
Java Scripts
JavaScript Scripts
Perl Scripts
PHP Scripts
Python Scripts
Remotely Hosted Scripts
Tools and Utilities Scripts
Sponsor Scripts.com 
Developer Forums  
Link To Us
Script Daily Digest  
Weekly Newsletter
  
 
Developer Updates  
Free Website Content 
 RSS  Forums
 RSS  Scripts
 RSS  All Feeds
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
USERNAME
PASSWORD
>>> SIGN UP!  
Lost Password? 
NAV TOOL - Use this to navigate our site.
      
Looking for new scripts? or the most viewed ones? Use this tool to navigate Scripts.

 
 
        BASE64 ENCODER DECODER
 

base64 encoder decoder


base64 encoder decoder

PHP code utilized to encode/decode:$str = $_POST["encode"];echo base64_encode($str); $str = $_POST["decode"];echo base64_decode($str); base64: Base 64 literally means a positional numbering system using a base of 64. It is the largest power of two base that can be represented using only printable ASCII characters. This has led to its use as a transfer encoding for email among other things. All well-known variants of base 64 use the characters A–Z, a–z, and 0–9 in that order for the first 62 digits but the symbols chosen for the last two digits vary considerably between different systems that use base 64. In MIME, e-mail base64 is a data encoding scheme whereby an arbitary sequence of bytes is converted to a sequence of printable ASCII characters. It is defined as a MIME content transfer encoding for use in internet e-mail. The only characters used are the upper- and lower-case Roman alphabet characters (A–Z, a–z), the numerals (0–9), and the "+" and "/" symbols, with the "=" symbol as a special suffix code. Full specifications for this form of base64 are contained in RFC 1421 and RFC 2045. The scheme is defined to encode a sequence of octets (bytes). This matches up with the definition of files on almost all systems. The resultant base64-encoded data has a length that is greater than the original length by the ratio 4:3, and typically appears as seemingly random characters.

Read Reviews
Write Review
Add
Sticky
Sticky
List
Email Script

Script Detailed Information
Price: free
Version: 1
Platform: Linux - Unix - Windows
Author(s): ghost
Hits Sent: 306
Date Added: 2010-02-09
Last Updated: 2010-10-30
Visit Website
 

Script Rating

Average Rating :
2.85 out of 5 2.85 out of 5 2.85 out of 5 2.85 out of 5 2.85 out of 5 2.85 (out of 5)
Number of
Ratings :
8 Votes
No of reviews : 0 Review(s)
Place your rating :
   


ADD THIS SCRIPT TO: - Did you like this script? You can add it to any of the following sites:

Del.icio.us

Digg

Google

Spurl

Blink

Furl

Simpy

Y! MyWeb

POST YOUR SCRIPT!
             
Post your Script for FREE using this toolbox.

SEARCH SCRIPTS - Use this page to locate your desired scripts.
    
Search:
   Advanced Script Search
 


© 2003-2012 by Developer Shed. All rights reserved. DS Cluster 8 - Follow our Sitemap