all software/

Phtml and Wma Encoder - Decoder Software for Windows

Downloads and Reviews 1-10 of 10
Protect PHP scripts from prying eyes
DWebPro is a stand-alone web-server on CD.
Encode and Decode data quickly and easily
WMA Encoder Decoder tools.
$0 - RS Software Lab

The PHTML Encoder allows encoding PHP scripts before distributing them. The script code is encrypted before saving. You can lock your scripts to predefined machine via machine ID. It is possible to combine protected/unprotected scripts in one site.



$450 - Human Profile

DWebPro is an application conceived for distributing dynamical web sites on CD/DVD. It's distributed under a free license for non-commercial use. It supports PHP, Perl, Python, Ruby, ASP 3.0 Classic, ASP.Net, MySQL, SQLite, Firebird and PostgreSQL.



$199 - Seekford Solutions, inc

Encoder Wizard is a collection of two ActiveX (ocx) controls, Encoder Wizard and Decoder Wizard. These two controls allow you to fully support the Base64, Quoted- Printable, UUEncode, yEnc, MD5,HMAC MD5, URL, SHA-1, and Binary 2 Hex encoding methods.



$24.95 - MediaTwins s.r.o.

With the help of WMA Encoder Decoder, converting WAV PCM, MP3, Ogg Vorbis and AC3 files to WMA and decoding WMA to WAV PCM format becomes as easy as 1-2-3. Features intuitive multilingual interface as well as Audio CD ripping directly to WMA format.



 
Java to encode/decode Base64 and Baseu

Base64
$0 - Canadian Mind Products

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

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



 
Program providing Internet child safety

ChildWebGuardian
$29.95 - Zecos Software

ChildWebGuardian is filtering software designed to provide Internet child safety. This program keeps track and checks the content of every web-page the child browses through in the Internet Explorer. If the program finds some obscene content, ChildWebGardian will immediately block viewing such pages.

ChildWebGuardian is a whole software package that is integrated in Internet Explorer and consists of somecontrolling functions. Each of these functions forms an obstacle in the way of obscene information from the Internet. And before your child sees any page, it is checked by all those functions.

The principle of the ChildWebGuardian work has a prominent advantage over the usual way most of the similar software functions. Most of such programs check only the URL of the requested page for being in the database of "indecent" addresses. This way of filtering is not effective for there appear hundreds of new sites every minute. Unlike other programs, ChildWebGuardian has special functions that allow analyzing the page content itself. That is why even if your child comes across a newly appeared site with obscene content, ChildWebGuardian will stop him from viewing this site anyway.

ChildWebGuardian has the following controlling functions: a function for analyzing the page content for the presence of forbidden phrases, a function for blocking the access to the sites in the "black" list, a function for restricting the use of Internet Explorer by time and by days of the week, a function for storing the URLs of the visited Internet resources to the special file, a function for closing the Internet Explorer pop-up ads automatically. It also has a function for a maximum browsing restriction that gives access only to the Internet addresses in the "white" list.



Converter for WAV, MP3 to Ogg, Ogg into WAV.

Ogg Encoder Decoder
$24 - MediaTwins s.r.o.

Vorbis is a new audio format that may well be the end off your mp3 collection. This is not the feeble attempt by the RIAA or other agencies or companies to introduce a way to limit your music; on the contrary this is an absolute freedom. As consumers of mp3's we don't see the requirements to license the technology from the original developer Fraunhofer and other MPEG Consortium members. We do feel it in our wallets though with the increased cost of mp3 players both hardware and software. You see, the companies who make them must pay to use the mp3 format. With Ogg Encoder-Decoder you can convert MP3 or WAV into Ogg and decompress it back into WAV easily. It also includes its own ID tag info editor. The Ogg Vorbis format is now supported by most popular media players such as WinAMP or Sonique.


Intelligent HTML, CSS and PHP editor

TSW WebCoder
$49.99 - TSW

TSW WebCoder 2007 is the intelligent solution for anyone working with websites. Whether you're a rookie or a professional, you will feel right at home with WebCoder, because of the customizable interface and all the helpful features, allowing you to write code faster than ever. With a very strong focus on HTML, CSS and PHP/MySQL, you get all the possibilities for creating a great website, but of course, WebCoder comes with support for additional popular technologies like JavaScript, XML, ASP.NET and many more. By focusing on IntelliSense and code inspectors, you will be able to write the code yourself, but with as much help as you would like. WebCoder can keep track of your projects for you, upload your work to any FTP server using the built-in client, and you can even access your MySQL servers directly from WebCoder. With direct access to the HTML and CSS validators created by W3C in WebCoder, you can create valid code easily, and the features of WebCoder can be extended with the built-in scripting support.


It is used to decode the  Escaped-encoding UR

URL Escaped Encoding Decoder
$0 - BossEye Inc.

It is used to decode the Escaped-encoding URL.

Escaped-encoding, or sometimes referred to as percent-encoding, is the standard of representing characters within a URI that may need special syntax handling to be correctly interpreted. It uses a sequence of three characters to encode the character to be interpreted. This triplet sequence consists of the percentage character ?%? followed by the two hexadecimal digits representing the octet code of the original character. For example, the US-ASCII character set represents a space with octet code 32, or hexadecimal 20. Thus its URL-encoded representation is %20.

Applications may automatically escape reserved and unreserved characters, or automatically un-escape an escape-encoded sequence within a URI, if there is potential for it to be incorrectly interpreted by the remote application. This conversion may be due to the position of the character or escape-encoded sequence within the URI. For example, "%7e" is sometimes used instead of "~" in an http URL path, but the two are equivalent for an http URL.

Because the percent "%" character always has the reserved purpose of being the escape indicator, it must be escaped as "%25" in order to be used as data within a URI. The RFC for URI encoding recommends that care should be taken not to escape or un-escape the same string more than once, since un-escaping an already un-escaped string might lead to misinterpreting a percent data character as another escaped character, or vice versa in the case of escaping an already escaped string.

Useful Character Escape Code:
SPACE %20
< %3C
> %3E
# %23
% %25
{ %7B
} %7D
| %7C
%5C
^ %5E
~ %7E
[ %5B
] %5D
` %60
; %3B
/ %2F
? %3F
: %3A
@ %40
= %3D
& %26
$ %24


Convert MPEG, WMV, ASF, AVI to MPEG video

MPEG ENCODER
$24.95 - mpeg-encoder

MPEG Encoder is an encoding tool that can encodes video files from AVI, MPEG, WMV format to MPEG format (supports MPEG-1 and MPEG-2).

The MPEG format features better video quality, higher compression, and gives users better vision feeling.

The MPEG-1 is used for Video CD (VCD) burning. And the MPEG-2 is used for Super Video CD (SVCD) and Video DVD burning.


© 2007-2008 Software Institute

Software Institute periodically updates pricing and product information from third-party sources,
so some information may be slightly out-of-date. You should confirm all information before relying on it.