Main > Free Download Search >

Free 128 software for linux

128

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 107
ep128emu 2.0.3

ep128emu 2.0.3


ep128emu is a free, portable emulator of the Enterprise 128 computer. more>>
ep128emu is a free, portable emulator of the Enterprise 128 computer, written by Istvan Varga, using Z80 emulation code from Kevin Thackers ENTER emulator.

ep128emu should compile and run under any system with a C compiler (preferably one that implements the C99 standard, such as recent versions of GCC), and the latest 1.2.x version of the SDL library installed. On Linux the emulator can also use ALSA for improved performance and sound latency.

ep128emu implements all the basic functionality of an Enterprise 128, such as the Z80 CPU (all documented and many undocumented opcodes are supported), NICK chip, DAVE (there is very good sound emulation in recent releases), keyboard, disk, and tape. For more details, read about the current state of the emulator.

<<less
Download (MB)
Added: 2007-04-30 License: GPL (GNU General Public License) Price:
910 downloads
Barcode::Code128 2.01

Barcode::Code128 2.01


Barcode::Code128 is a Perl module that can generate CODE 128 bar codes. more>>
Barcode::Code128 is a Perl module that can generate CODE 128 bar codes.

SYNOPSIS

use Barcode::Code128;

$code = new Barcode::Code128;

EXPORTS

By default, nothing. However there are a number of constants that represent special characters used in the CODE 128 symbology that you may wish to include. For example if you are using the EAN-128 or UCC-128 code, the string to encode begins with the FNC1 character. To encode the EAN-128 string "00 0 0012345 555555555 8", you would do the following:

use Barcode::Code128 FNC1;
$code = new Barcode::Code128;
$code->text(FNC1.00000123455555555558);

To have this module export one or more of these characters, specify them on the use statement or use the special token :all instead to include all of them. Examples:

use Barcode::Code128 qw(FNC1 FNC2 FNC3 FNC4 Shift);
use Barcode::Code128 qw(:all);

Here is the complete list of the exportable characters. They are assigned to high-order ASCII characters purely arbitrarily for the purposes of this module; the values used do not reflect any part of the CODE 128 standard. Warning: Using the CodeA, CodeB, CodeC, StartA, StartB, StartC, and Stop codes may cause your barcodes to be invalid, and be rejected by scanners. They are inserted automatically as needed by this module.

CodeA 0xf4 CodeB 0xf5 CodeC 0xf6
FNC1 0xf7 FNC2 0xf8 FNC3 0xf9
FNC4 0xfa Shift 0xfb StartA 0xfc
StartB 0xfd StartC 0xfe Stop 0xff

Barcode::Code128 generates bar codes using the CODE 128 symbology. It can generate images in PNG or GIF format using the GD package, or it can generate a text string representing the barcode that you can render using some other technology if desired.

The intended use of this module is to create a web page with a bar code on it, which can then be printed out and faxed or mailed to someone who will scan the bar code. The application which spurred its creation was an expense report tool, where the employee submitting the report would print out the web page and staple the receipts to it, and the Accounts Payable clerk would scan the bar code to indicate that the receipts were received.

The default settings for this module produce a large image that can safely be FAXed several times and still scanned easily. If this requirement is not important you can generate smaller image using optional parameters, described below.

If you wish to generate images with this module you must also have the GD.pm module (written by Lincoln Stein, and available from CPAN) installed. Version 1.20 or higher of GD generates a PNG file, due to issues with the GIF patent. If you want to create a GIF, you must use version 1.19 or earlier of GD. However, most browsers have no trouble with PNG files.

If the GD module is not present, you can still use the module, but you will not be able to use its functions for generating images. You can use the barcode() method to get a string of "#" and " " (hash and space) characters, and use your own image-generating routine with that as input.

To use the the GD module, you will need to install it along with this module. You can obtain it from the CPAN (Comprehensive Perl Archive Network) repository of your choice under the directory authors/id/LDS. Visit http://www.cpan.org/ for more information about CPAN. The GD home page is: http://stein.cshl.org/WWW/software/GD/GD.html

<<less
Download (0.014MB)
Added: 2007-07-24 License: Perl Artistic License Price:
834 downloads
FAAC 1.25

FAAC 1.25


FAAC is an MPEG-4 AAC encoder and decoder. more>>
The FAAC project includes the AAC encoder FAAC and decoder FAAD2.
FAAC supports several MPEG-4 object types (LC, LTP, HE AAC, Main, PS) and file formats (raw AAC, MP4, ADTS AAC), multichannel and gapless en/decoding as well as MP4 metadata tags.
The codecs are compatible with standard-compliant audio applications using one or more of these profiles.
General FAAC compiling instructions:
1. Make sure you have autoconf, automake and libtool installed. For MP4 support, you must have libmp4v2 (included in faad2) installed.
2. cd to FAAC source dir
3. Run:
./bootstrap
./configure
make
make install
Usage:
faac [options]
Options:
-a X Set average bitrate to approximately X kbps per channel (i.e. using -a 64 averages at 128 kbps/stereo).
-c < bandwidth > Set the bandwidth in Hz (default value depends on sample rate)
-q < quality > Set quantizer quality (default: 100, averages at approx. 128 kbps VBR for a normal stereo input file at 16 bit and 44.1 kHz sample rate).
--tns Enable TNS coding.
--notns Disable TNS coding.
-n Disable mid/side coding.
-m X AAC MPEG version, X can be 2 or 4 (default: MPEG-2, so for the sake of interoperability with non-standard compliant players like QuickTime 6 you should set it to "4").
-o X AAC object type, X can be LC, MAIN or LTP (default: LC, for the same reason as with the MPEG version dont use Main or LTP).
-r RAW AAC output file (i.e. without ADTS headers).
-P Raw PCM input mode.
-R Raw PCM input sample rate in Hz (default: 44100 Hz).
-B Raw PCM input bit depth (default: 16 bits, also possible 8 bits).
-C Raw PCM input channels (default: 2).
- < stdin > If you simply use a hyphen/minus sign instead of an input file name, FAAC can encode directly from stdin, thus enabling piping within other applications like foobar2000 or mp4live.
Note: VBR output bitrate depends on -q AND -c, so you should only vary the default setting -q 100 -c 16000 if you know what youre doing and/or want to experiment with other cutoff frequencies at a given quality setting.
The ABR setting with -a is an approximate average bitrate that does not use a bit reservoir, i.e -a 64 and -q 100 at 44.1 kHz will result in exactly the same output file.
The following list should give some orientation for useful -q and -c settings, based on FAAC v1.17. The resulting VBR bitrates are referring to an average sounding stereo file with 16bit, 44.1 kHz, i.e. ct_reference.wav in this case. Multiplexing these AAC files to MP4 with e.g. mp4creator will result in a ~3 kbps lower bitrate because of the stripped ADTS headers:
-q 130 -c 22000 -m 4 (~218 kbps)
-q 120 -c 20000 -m 4 (~194 kbps)
-q 110 -c 18000 -m 4 (~158 kbps)
-q 100 -c 16000 -m 4 (~129 kbps)
-q 90 -c 14000 -m 4 (~103 kbps)
-q 80 -c 12000 -m 4 (~79 kbps)
-q 70 -c 10000 -m 4 (~62 kbps)
The added -m 4 switch does not change the bitrate or sound of course, but is recommended for most AAC/MP4 players that use an updated FAAD2-based plugin from this year (Winamp 2.x, foobar2000 etc.) or cant decode MPEG-2 AAC LC files like QuickTime 6. Philips Expanium users should not use this switch, because their CD portable does not know MPEG-4 AAC files.
Enhancements:
- Small bug fixes since last version
<<less
Download (0.27MB)
Added: 2006-08-13 License: GPL (GNU General Public License) Price:
1181 downloads
slookup 1.2

slookup 1.2


slookup is a simple program to do parallelized DNS lookups in a convenient way. more>>
slookup is a simple program to do parallelized DNS lookups in a convenient way (useful for log parsing scripts and one-liners).
slookup project reads names (A/MX/NS lookups) or addresses (in dotted-quad format for PTR) on stdin and writes the results on stdout. One record per line. It can run up to 128 parallel DNS lookup processes (easily overloading a slow DNS server) which makes for Really Fast lookups for a large number of records.
Beware, output is written in the order the DNS replies are received, which is usually different from the input order if parallel lookups are done.
It has been tested on the following platforms:
Solaris 2.6 / UltraSparc / gcc 2.7.2.3
RedHat Linux 7.0 / 2.2.17 / glibc-2.1.94 / gcc 2.96
Debian sarge / 2.6.8.1 / glibc-2.3.2 / gcc 3.3.5
Debian etch / 2.6.15 / glibc-2.3.6 / gcc 4.0.3
FreeBSD 5.3-RELEASE / gcc 3.4.2
FreeBSD 6.0-RELEASE / gcc 3.4.4
Enhancements:
- Support for looking up NS records was added.
<<less
Download (0.011MB)
Added: 2006-04-28 License: GPL (GNU General Public License) Price:
1276 downloads
borZoi 1.0.2

borZoi 1.0.2


borZoi is a C++ Elliptic Curve Cryptography Library. more>>
borZoi is a C++ Elliptic Curve Cryptography Library. borZoi implements the following algorithms using elliptic curves defined over finite fields of characteristic 2 (GF2m):
ECDSA (Elliptic Curve Digital Signature Algorithm)
As specified in ANSI X9.62, FIPS 186-2 and IEEE P1363.
ECIES (Elliptic Curve Integrated Encryption Scheme)
As specified in ANSI X9.63 and the IEEE P1363a Draft.
Elliptic Curve Diffie-Hellman Key Agreement Scheme
As specified in ANSI X9.63 and IEEE P1363.
The AES symmetric encryption scheme (NIST AES draft) and SHA-1 hash algorithm (FIPS 180-1) are also included.
Installation:
borZoi can be built using either an internal math library or Victor Shoups NTL number theory library which provides better performance. If NTL is used, it must be first downloaded from http://www.shoup.net and installed.
GNU Development Tools:
1) (If NTL is not installed) ./configure
(If NTL is installed) ./configure --enable-ntl
2) make
3) make install
Enhancements:
- Fixed a bug in the KDF2 function which caused the effective key length to be limited to a maximum of 160 bits.
- This problem did not affect the security of ECKAS_DH1 because the key length is set to 128 bits, however the security of the 256 bit symmetric key used in ECIES was reduced to an effective key length of 160 bits.
- Corrected the section on KDF2 in the manual so that the oLen parameter refers to the length of the key in bytes not bits.
<<less
Download (0.59MB)
Added: 2006-03-15 License: GPL (GNU General Public License) Price:
1374 downloads
MindTerm 3.1.2

MindTerm 3.1.2


MindTerm is an SSH Java library and an SSH client. more>>
MindTerm is an SSH Java library and an SSH client. The library is available for OEM customers to include in third party applications to enable secure communication. The SSH client is an implementation on top of the SSH library implementing a secure shell client that supports both SSH-1 and SSH-2 protocols.
MindTerm is small, portable and secure. MindTerm contains an extremely powerful and easy to use SSH client that provides advanced features such as tunneling support, file transfer GUI as well as support for HTTP and SOCKS proxies. MindTerm client also includes an integrated xterm/vt100 terminal emulator. It has the ability to run both a standalone application and as an applet.
Main features:
- 100% Java based
- Support for SSH-1 & SSH-2 protocols
- Support for tunnels and port forwards
- X11 forwarding
- Active tunnel display
- Integrated, full-featured terminal emulator:
- - Full clipboard support (edit, copy, paste) - Send text file support - Save to text file support - Terminal types: xterm, linux, scoansi, att6386,sun, aixterm, vt220, vt100, ansi, vt52, xtermcolor, linux-lat, at386, vt320, vt102 - Terminal colors - Fonts and font sizes - Copy-select via mouse selection - xterm mouse support
- Ability to save passwords in encrypted files with a global password protecting all settings
- Ability to connect through HTTP & SOCKS proxies
- Support for keep-alive packets
- Integrated ftp proxy which allows the user to connect with a normal ftp client to an ftp server
- Integrated ftp to sftp proxy which allows the user to connect with a normal ftp client to an sftp enabled SSH-2 server
- Zlib compression
- Strict host-key checking
- Supported Ciphers: AES (128, 192, 256), Blowfish, Twofish, Cast, 3DES, Arcfour
- Key exchange support: Diffie-Hellman group-exchange protocol & Diffie-Hellman group1-sha1
- Ability to generate key pairs for DSA & RSA
- Supported macs: hmac-md5, hmac-sha1, hmac-sha1-96, hmac-md5-96, hmac-ripemd160
- MindTerm supports password authentication, SecurID token cards, public key authentication and certificates.
<<less
Download (0.96MB)
Added: 2007-03-12 License: Other/Proprietary License with Source Price:
965 downloads
mod_ssl 2.8.28

mod_ssl 2.8.28


The mod_ssl project provides strong cryptography for the Apache 1.3 webserver. more>>
mod_ssl module provides strong cryptography for the Apache 1.3 webserver via the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols by the help of the Open Source SSL/TLS toolkit OpenSSL, which is based on SSLeay from Eric A. Young and Tim J. Hudson.
The mod_ssl package was created in April 1998 by Ralf S. Engelschall and was originally derived from software developed by Ben Laurie for use in the Apache-SSL HTTP server project. The mod_ssl package is licensed under a BSD-style license, which basically means that you are free to get and use it for commercial and non-commercial purposes.
Main features:
- Open Source software (BSD-style license)
- Useable for both commercial and non-commercial use
- Available for both Unix and Win32 platforms
- 128-bit strong cryptography world-wide
- Support for SSLv2, SSLv3 and TLSv1 protocols
- Support for both RSA and Diffie-Hellman ciphers
- Clean reviewable ANSI C source code
- Clean Apache module architecture
- Integrates seamlessly into Apache through an Extended API (EAPI)
- Full Dynamic Shared Object (DSO) support
- Support for the OpenSSL+RSAref US-situation
- Advanced pass-phrase handling for private keys
- X.509 certificate based authentication for both client and server
- X.509 certificate revocation list (CRL) support
- Support for per-URL renegotiation of SSL handshake parameters
- Support for explicit seeding of the PRNG with external sources
- Additional boolean-expression based access control facility
- Backward compatibility to other Apache SSL solutions
- Inter-process SSL session cache (DBM or Shared Memory based)
- Powerful dedicated SSL engine logging facility
- Simple and robust application to Apache source trees
- Fully integrated into the Apache 1.3 configuration mechanism
- Additional integration into the Apache Autoconf-style Interface (APACI)
- Assistance in X.509v3 certificate generation (both RSA and DSA)
<<less
Download (0.80MB)
Added: 2006-07-29 License: GPL (GNU General Public License) Price:
1186 downloads
libmcrypt 2.5.8

libmcrypt 2.5.8


libmcrypt is a library to access various encryption algorithms. more>>
libmcrypt is the library which implements all the algorithms and modes found in mcrypt. libmcrypt library is currently under development but it seems to work pretty good.
Unlike most encryption libraries libmcrypt does not have everything (random number generators, hashes, hmac implementation, key exchange, public key encryption etc.).
Libmcrypt only implements an interface to access block and stream encryption algorithms. Its purpose was to assist in the development of mcrypt by providing a uniform interface to access several different encryption algorithms, so that the main program is independent of the encryption algorithms and the modes used.
Libmcrypt supports the algorithms:
BLOWFISH, TWOFISH, DES, TripleDES, 3-WAY, SAFER-sk64, SAFER-sk128, SAFER+, LOKI97, GOST, RC2, RC6, MARS, IDEA, RIJNDAEL-128 (AES), RIJNDAEL-192, RIJNDAEL-256, SERPENT, CAST-128 (known as CAST5), CAST-256, ARCFOUR and WAKE.
Block algorithms can be used in: CBC, ECB, CFB and OFB (8 bit and n bit, where n is the size of the algorithms block length).
Enhancements:
- Stuff from the Fedora Extras crew
<<less
Download (0.51MB)
Added: 2007-02-19 License: LGPL (GNU Lesser General Public License) Price:
998 downloads
Ogg Vorbis 1.2.0

Ogg Vorbis 1.2.0


Ogg Vorbis is a fully open, non-proprietary, general-purpose compressed audio format. more>>
Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free, general-purpose compressed audio format for mid to high quality (8kHz-48.0kHz, 16+ bit, polyphonic) audio and music at fixed and variable bitrates from 16 to 128 kbps/channel.

This places Vorbis in the same competitive class as audio representations such as MPEG-4 (AAC), and similar to, but higher performance than MPEG-1/2 audio layer 3, MPEG-4 audio (TwinVQ), WMA and PAC.

Vorbis is the first of a planned family of Ogg multimedia coding formats being developed as part of Xiph.orgs Ogg multimedia project.

libVorbis is the core Ogg stream / Vorbis engine.
<<less
Download (1.4MB)
Added: 2007-07-26 License: GPL (GNU General Public License) Price:
832 downloads
sbd 1.31

sbd 1.31


sbd is a Netcat-clone, designed to be portable and offer strong encryption. more>>
is a Netcat-clone, designed to be portable and offer strong encryption. It runs on Unix-like operating systems and on Microsoft Win32. sbd features AES-CBC-128 + HMAC-SHA1 encryption (by Christophe Devine), program execution (-e option), choosing source port, continuous reconnection with delay, and some other nice features.
Only TCP/IP communication is supported. Source code and binaries are distributed under the GNU General Public License.
sbd can be used for any number of network-related things, for example.:
Secure file transfer
Remote administration
Simple (but secure) peer-to-peer chat
Pen-test tool (crypto avoids NIDS detection and telnet-style traffic recording)
To compile sbd under a Unix-like operating system you need gcc and relevant
development tools. For Linux, FreeBSD, NetBSD, OpenBSD (and possibly others),
type:
make unix
Enhancements:
- if sbd is setuid (chmod 4755 or 6755), sbd will do setuid(geteuid()) on Unix-like operating systems. feature added to offer root shells during pen-tests.
- the host, port and command to execute (-e option) specified on the command line are wiped with spaces in order to hide them from the process list on Unix-like operating systems (e.g. "ps auxww", "ps -Af", e.g.). the -k option was wiped with stars (*) before, but now its all wiped with spaces (0x20) instead.
<<less
Download (0.84MB)
Added: 2006-07-14 License: GPL (GNU General Public License) Price:
694 downloads
jsaes 0.1

jsaes 0.1


jsaes is a compact javascript implementation of the AES block cipher. more>>
jsaes is a compact javascript implementation of the AES block cipher. Key lengths of 128, 192 and 256 bits are supported.

Example:

The following code example enciphers the plaintext block 00 11 22 .. EE FF with the 256 bit key 00 01 02 .. 1E 1F.

AES_Init();

var block = new Array(16);
for(var i = 0; i < 16; i++)
block[i] = 0x11 * i;

var key = new Array(32);
for(var i = 0; i < 32; i++)
key[i] = i;

AES_ExpandKey(key);
AES_Encrypt(block, key);

AES_Done();
<<less
Download (0.003MB)
Added: 2006-10-05 License: GPL (GNU General Public License) Price:
1114 downloads
Punit 0.2

Punit 0.2


Punit is an attempt to create a Python CD ripper using cdparanoia and lame for Linux. more>>
Punit is an attempt to create a Python CD ripper using cdparanoia and lame for Linux.

I couldnt get Sound Juicer to rip mp3, GooBox encodes mp3 using VBR which screws up the mp3 times in Foobar2000. I wanted a simple mp3 ripper and i wanted to learn Python so I made my own.

Right now, its a straight forward ripper to mp3 with the format 128 kbps, 44100Hz, stereo. Comments, suggestions, improvements are all welcomed.

Thanks to CDDB.py for the CDDB module.

<<less
Download (0.032MB)
Added: 2007-08-11 License: GPL (GNU General Public License) Price:
804 downloads
Ecc 0.2.2

Ecc 0.2.2


ECC is a package for Elliptic Curve cryptography. more>>
ECC is a package for Elliptic Curve cryptography.

ECC is implemented by using OpenSSL 0.9.6a or higher, for message digests and symmetric ciphers, and by using the Portable Object Compiler and Computer Algebra Kit for the elliptic curve cryptography.

Important note: you need version 3.2.5 of the compiler to compile this package.

See the README and INSTALL files in the package for instructions on how to use and how to install the ec-keygen, ec-sign, ec-verify, ec-crypt and ec-decrypt commands.

List nicknames of curves:

ec-keygen -l
c47n23r1:secp112r1:secp112r2:secp160r1:secp384r1:sect113r1:sect163k1

Generate a public and private key:

ec-keygen -e secp112r2 -o stes

Generated files:

ls -ltr stes.pub stes.prv
-rw-r--r-- 1 stes users 311 Jul 12 22:00 stes.pub
-rw------- 1 stes users 135 Jul 12 22:00 stes.prv

Digital Signature:

ec-sign -c sha1 -k stes.prv -f README -s README.sign

Verify the signature:

ec-verify -k stes.pub -f README -s README.sign
echo $?
0

Encrypt:

ec-crypt -c aes-128-cbc -k stes.pub -f README -s README.key -o enc
ec-crypt: unable to get 16 bytes of key from this curve, use a different curve
ec-crypt -c rc4-40 -k stes.pub -f README -s README.key -o enc

Decrypt:

ec-decrypt -k stes.prv -f enc -s README.key -o myREADME
<<less
Download (0.066MB)
Added: 2006-06-08 License: GPL (GNU General Public License) Price:
1251 downloads
Myth2 2.1

Myth2 2.1


Myth2 project is a interactive story script in PHP/MySQL. more>>
Myth2 project is a interactive story script in PHP/MySQL. Myth2 is an implementation of a binary tree and used to run an interactive story.
The user traverses down the tree and at each node is given a bit of story and two options to choose which path to follow. If there is no story after the option, the user is given the chance to add to the story.
Myth2 is coded entirely in PHP and uses MySQL for the backend. It was developed on php 4.3.2 and mysql 4.0.12, however it should work fine on lower versions of php4 and mysql3.x and 4.x.
Myth2 is basically a implemention of a binary tree using php/mysql.
Enhancements:
- Added list of recently added nodes, viewable by either admin-only or public
- Added word/swear filter with regex (both posix and perl) capability
- Installer to create/upgrade database
- Removed 128 char limit on options
- Display the story so far in a single page
- Ratings system, to rate individual nodes
- Count of dead ends in a tree (nodes with 0 nodes below)
- Couple of extra stylesheets bundled in the tarball
- Can redefine default anonymous name
- mythstats.php is now obsolete as it has been integrated into the main file
- Various other tweaks i cant remember
<<less
Download (0.016MB)
Added: 2006-11-16 License: BSD License Price:
1082 downloads
VTun 3.0.1

VTun 3.0.1


VTun is the easiest way to create Virtual Tunnels over TCP/IP networks with traffic shaping, compression, and encryption. more>>
VTun is the easiest way to create Virtual Tunnels over TCP/IP networks with traffic shaping, compression, and encryption.
In order to compile VTun you need some software packages.
Main features:
- Encryption
- Compression
- Traffic shaping
- VPN
- Mobile IP
- IP tunnel (tun).
- Supports point-to-point IP tunnel.
- Ethernet tunnel (ether).
- Supports all protocols that work over Ethernet: IP,IPX,Appletalk,Bridge,...
- Serial tunnel (tty).
- Supports all protocols that work over serial lines: PPP,SLIP,...
- Pipe tunnel (pipe).
- Supports all programs that works over Unix pipes.
- VTun protocol over TCP.
- Allows to establish tunnels behind firewalls. Very reliable.
- VTun protocol over UDP.
- Fast and efficient protocol with small tunneling overhead.
- Deflate (zlib).
- Very efficient compression. Supported for TCP only.
- LZO (lzo).
- Super fast compression. Supported for UDP and TCP.
- Challenge based authentication.
- No clear text passwords.
- BlowFish 128 bits key.
- Fast efficient encryption with 128 bits MD5 hash keys.
<<less
Download (0.064MB)
Added: 2007-06-12 License: GPL (GNU General Public License) Price:
543 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5