Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.479.661 Times

Crypt Decode freeware
Filter: All | Freeware | Demo
 

Crypt Decode

< 1 2 3 4 5 
Added: November 20, 2010 | Visits: 1.071

Math::BaseArith Math::BaseArith is a Perl extension for mixed-base number representation (like APL encode/decode). SYNOPSIS use Math::BaseArith; encode( value, base_list ); decode( representation_list, base_list ); The inspiration for this module is a pair of functions in the APL programming language... Platforms: *nix

License: Freeware Size: 6.14 KB Download (96): Math::BaseArith Download

Added: April 24, 2010 | Visits: 1.693

MIME::Base64 MIME::Base64 is an encoding and decoding of base64 strings. SYNOPSIS use MIME::Base64; $encoded = encode_base64(Aladdin:open sesame); $decoded = decode_base64($encoded); This module provides functions to encode and decode strings into and from the base64 encoding specified in RFC 2045 -... Platforms: *nix

License: Freeware Size: 15.36 KB Download (179): MIME::Base64 Download

Added: September 24, 2010 | Visits: 1.252

Convert::ASN1 Convert::ASN1 is an ASN.1 Encode/Decode library. SYNOPSYS use Convert::ASN1; $asn = Convert::ASN1->new; $asn->prepare(q<
[APPLICATION 7] SEQUENCE { int INTEGER, str OCTET STRING } >); $pdu = $asn->encode( int => 7, str => "string"); $out = $asn->decode($pdu); print... Platforms: *nix

License: Freeware Size: 61.44 KB Download (153): Convert::ASN1 Download

Added: August 10, 2010 | Visits: 573

Apache::CryptHash Apache::CryptHash is a Perl module with encrypted tokens for cookies. Creates an encrypted cookie-like string with a MAC (checksum) from a hash of critical and non-critical values. The MAC is created on only the critical values. Decryption will fail if the string has been altered and the MAC... Platforms: *nix

License: Freeware Size: 13.31 KB Download (90): Apache::CryptHash Download

Added: October 12, 2010 | Visits: 1.405

Data::Password::Manager Data::Password::Manager is a Perl module to generate, check, manage crypt - des passwords. SYNOPSIS use Data::Password::Manager qw( pw_gen pw_valid pw_obscure pw_clean pw_get ); $password = pw_gen($cleartext); $ok = pw_valid($cleartxt,$password); $clean_text = pw_clean($dirty_text);... Platforms: *nix

License: Freeware Size: 13.31 KB Download (105): Data::Password::Manager Download

Added: January 13, 2010 | Visits: 924

newslite newslite is a UNIX/LINUX command line tool to download from newsgroup and decode multipart and monopart yENC and UU (Unix-to-Unix) encoded files.. Platforms: *nix

License: Freeware Size: 39.94 KB Download (96): newslite Download

Added: October 05, 2010 | Visits: 714

rccrypt RC-Crypt is a program to keep your data safe. It is an easy to use command line program that encrypts your data. It works with big and little endian hardware, and has been tested on Linux, HPUX and Solaris. It uses the rc5 algorithm, which has proved almost impossible to crack with key sizes of... Platforms: *nix

License: Freeware Size: 20.48 KB Download (96): rccrypt Download

Added: November 24, 2010 | Visits: 1.411

CryptoMaster CryptoMaster is a little Frontend to cryptsetup where you can initialize and mount your dm-crypt (LUKS) encrypted devices. The status for each device is shown and you are able to add and remove new existing disks. The idea is to be completely independent from the usual crypttab/fstab setup and... Platforms: *nix

License: Freeware Size: 225.28 KB Download (99): CryptoMaster Download

Added: June 19, 2010 | Visits: 784

Tie::Eudora Tie::Eudora is a Perl module that can encode/decode emails, read/write emails in Eudora mailbox files. SYNOPSIS #### # Subroutine interface # $encoded_email = decode_record($mailbox_email); @email = decode_field($encoded_email); $encoded_email = encode_field (@email); $mailbox_email =... Platforms: *nix

License: Freeware Size: 66.56 KB Download (93): Tie::Eudora Download

Added: September 05, 2010 | Visits: 1.125

crypt_blowfish crypt_blowfish is a modern password hashing for your software and your servers. This is an implementation of a modern password hashing algorithm, based on the Blowfish block cipher, provided via the crypt(3) and a reentrant interface. It is compatible with bcrypt (version 2a) by Niels Provos... Platforms: *nix

License: Freeware Size: 23.55 KB Download (97): crypt_blowfish Download

Added: August 04, 2010 | Visits: 1.726

Eureka Encryption Global Edition Eureka Encryption Global Edition contains file encryption, multiple encryption, merge encryption, multiple file encryption, embedded applications (Crypt Words, Steganographer, Interface) and other tools such as a file shredder and scrambler. Eureka Encryption Global Edition is available for... Platforms: *nix

License: Freeware Size: 5.5 MB Download (128): Eureka Encryption Global Edition Download

Added: September 05, 2010 | Visits: 1.282

NetPacket::UDP NetPacket::UDP is a Perl module to assemble and disassemble UDP (User Datagram Protocol) packets. SYNOPSIS use NetPacket::UDP; $udp_obj = NetPacket::UDP->decode($raw_pkt); $udp_pkt = NetPacket::UDP->encode($ip_obj); $udp_data = NetPacket::UDP::strip($raw_pkt); NetPacket::UDP provides a... Platforms: *nix

License: Freeware Size: 11.26 KB Download (144): NetPacket::UDP Download

Added: June 02, 2010 | Visits: 1.373

NetPacket::TCP NetPacket::TCP is a Perl module to assemble and disassemble TCP (Transmission Control Protocol) packets. SYNOPSIS use NetPacket::TCP; $tcp_obj = NetPacket::TCP->decode($raw_pkt); $tcp_pkt = NetPacket::TCP->encode($ip_pkt); $tcp_data = NetPacket::TCP::strip($raw_pkt); NetPacket::TCP... Platforms: *nix

License: Freeware Size: 11.26 KB Download (130): NetPacket::TCP Download

Added: January 25, 2010 | Visits: 542

iROT13 iROT13 is a simple and easy to use program for encoding and decoding text that is in the ROT13 format. You can copy and paste text directly into the application for conversion, open a file and convert it and save converted text to a file.iROT13 is easy to use for anyone. There is full keyboard... Platforms: Mac

License: Freeware Size: 45 KB Download (109): iROT13 Download

Added: January 25, 2010 | Visits: 462

dSymbolizer dSymbolizer... Do you want to be able to ship stripped executables but still receive usable backtraces? Then dSymbolizer is for you.Recent releases of Xcode supports a new debug symbol format called DWARF. One especially useful feature, is the ability to generate a symbol file that is separated... Platforms: Mac

License: Freeware Download (99): dSymbolizer Download

Released: May 10, 2010  |  Added: May 19, 2010 | Visits: 1.512

Aloaha Crypt Disk Creates a virtual encrypted disk within a file and mounts it as a real disk. Supports Smartcards and Software Certificates. Features: - Creates a virtual encrypted disk within a file and mounts it as a real disk - Encryption is automatic, real-time (on-the-fly) and transparent -... Platforms: Windows, Other

License: Freeware Size: 9.72 MB Download (481): Aloaha Crypt Disk Download

Released: December 29, 2008  |  Added: August 16, 2011 | Visits: 2.323

Free Convert AAC to MP3 AMR OGG M4A Free Convert AAC to MP3 AMR OGG M4A Converter is professional and perfect audio encode and decode software. You can use Free Convert AAC to MP3 AMR OGG M4A Converter to finish converting aac, ac3 audio format to almost all audio formats mp3, amr, m4a, ogg, wav easily and quickly. It has the... Platforms: Windows

License: Freeware Size: 3.47 MB Download (203): Free Convert AAC to MP3 AMR OGG M4A Download

Released: August 09, 2011  |  Added: August 29, 2011 | Visits: 1.227

Free OGG to MP3 Converter This software can help you to convert OGG Vorbis files to MP3 audio, or decode MP3 to OGG format. This audio converter provides you the easier way to convert OGG to MP3 with ultra speed and outstanding quality. The OGG to MP3 Converter allows you to merge output files, cut any part of audio,... Platforms: Windows

License: Freeware Size: 4.85 MB Download (103): Free OGG to MP3 Converter Download

Released: September 13, 2011  |  Added: October 02, 2011 | Visits: 3.056

Free Audio to MP3 Converter With Free Audio to MP3 Converter, you can convert your audio to MP3 music. It is also possible to decode MP3 to any popular ausio format. You areable to convert the following formats to MP3: AAC, WAV, MP2, RA, WV, TTA, AC3, DTS, WMA, MPA, MPC, APE, OFR, OGG, CDA, FLAC, M4A, MID, MKA. Plus you... Platforms: Windows

License: Freeware Size: 5.1 MB Download (524): Free Audio to MP3 Converter Download

Released: September 07, 2012  |  Added: September 07, 2012 | Visits: 556

JPEGsnoop Every digital photo contains a wealth of hidden information -- JPEGsnoop was written to expose these details to those who are curious. Not only can one determine the various settings that were used in the digital camera in taking the photo (EXIF metadata, IPTC), but one can also extract... Platforms: Windows

License: Freeware Download (445): JPEGsnoop Download

< 1 2 3 4 5