0.2.2
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 112
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
<<lessECC 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
Download (0.066MB)
Added: 2006-06-08 License: GPL (GNU General Public License) Price:
1251 downloads
Jebi 0.2.2
Jebi allows users to record AM/FM radio, TV or other audio content to MP3 and automatically publish as podcast channels via RSS. more>>
Jebi project allows users to record AM/FM radio, TV or other audio content to MP3 and automatically publish as podcast channels via RSS.
The result is a Tivo-like capability for radio (Rivo?). Tuner cards are supported.
<<lessThe result is a Tivo-like capability for radio (Rivo?). Tuner cards are supported.
Download (0.017MB)
Added: 2006-08-12 License: GPL (GNU General Public License) Price:
1168 downloads
MAST 0.2.2
MAST is set of audio streaming tools using RTP over IPv4 and IPv6 Multicast/Unicast. more>>
MAST project is set of audio streaming tools using RTP over IPv4 and IPv6 Multicast/Unicast.
Unlike VAT and RAT, which are designed primerily for audio conferencing, MAST is designed to be used for audio distribution and broadcast. It is currently limited to recieving a single audio source, unlike RAT which can mix serveral sources.
It supports many of the audio payload types in the Audio-visual Profile (RTP/AVP).
MAST is licenced under the GNU General Public License.
<<lessUnlike VAT and RAT, which are designed primerily for audio conferencing, MAST is designed to be used for audio distribution and broadcast. It is currently limited to recieving a single audio source, unlike RAT which can mix serveral sources.
It supports many of the audio payload types in the Audio-visual Profile (RTP/AVP).
MAST is licenced under the GNU General Public License.
Download (0.17MB)
Added: 2007-07-26 License: LGPL (GNU Lesser General Public License) Price:
821 downloads
LISa 0.2.2
LISa is a small daemon which is intended to run on end user systems. more>>
LISa is a small daemon which is intended to run on end user systems. It provides something like a "network neighbourhood", but only relying on the TCP/IP protocol stack, no smb or whatever. The information about the hosts in your "neighbourhood" is provided via TCP port 7741.
LISa supports two ways of searching for hosts, the first method is to send ICMP echo request packets to the hosts, the second one is to send NetBIOS broadcasts using nmblookup. In order to keep network load low various strategies are implemented. There is also a basic security mechanism. For environments with stricter security rules there is also a restricted version, resLISa. LISa should compile and work under the usual unix flavours (linux, *bsd, solaris,...), it might have problems on 64 bit machines and it definitly doesnt work with IPv6. It provides some special support for KDE , but it is completely independant, it requires neither the Qt library nor any KDE stuff.
In the configuration file of LISa you provide a range of IP-addresses which LISa should check wether they are running. In the most simple case this could be your network address/subnetmask, then LISa would check every possible host of your network wether it is up. The hosts are checked using ICMP echo requests. To be able to send and receive ICMP echo requests and replies the program has to open a so called "raw socket". Therefor it needs root privileges. This socket is opened right after the start of the program, after successfully opening the socket root privileges are dropped immediatly (see main.cpp and strictmain.cpp). If you configure LISa this way, that it also uses nmblookup, it will popen("nmblookup "*""); and then parse the results.
Since the ICMP requests and the broadcasts can cause some network traffic if there are more than one such server running in one network, the servers cooperate with each other. Before they start pinging (or nmblookup), they send a broadcast on port 7741.
If somebody answers this broadcast, they will retrieve the complete list of running hosts via TCP port 7741 from this host and will not start to ping (or nmblookup) theirselves. If nobody answers, the host which sent the broadcast will start pinging the hosts (or nmblookup) and then open a socket which listens for the mentioned broadcasts. If the host received an answer to his broadcast, it wont have the socket for listening to the broadcasts open. So usually exactly one of the servers will have this socket open and only this one will actually ping (or nmblookup) the hosts. In other words, the servers are lazy, they work like "I will only do something if nobody else can do it for me".
There is another feature which reduces the network load. Lets say you configured LISa to update all 10 minutes. Now you dont access your server very often. If nobody accessed the server during the last update period, the server will update (either itself or from the one which actually does the work) and then double its update period, i.e. the next update will happen after 20 minutes. This will happen 4 times, so if nobody accesses the server with update period 10 minutes for a long time, its update interval will grow up to 160 minutes, almost three hours. If then somebody accesses the data from the server, he will get an old list ( up to 160 minutes old). With accessing the server will reset its update interval to its initial value, i.e. 10 minutes and immediatly start updating if the last update is more than these 10 minutes over. This means if you get a very old list, you can try some seconds later again and you should get a current version. This will have fast effect for the servers, which dont ping (or nmblookup) theirselves, since only one user usually accesses them, and it will have less effect for the server which does the pinging (or nmblookup), since this server is accessed from all other servers in the network.
This way it is possible that many hosts in a network run this server, but the net load will remain low. For the user it is not neccessary to know wether there is a server (i.e. a name server or fileserver or whatever) in the network which also runs LISa. He can always run LISa locally and LISa will detect if there is one existing, transparently to the user.
If you dont want that your LISa takes part in the broadcasting, but always does the pinging itself, make it use another port with the command line option --port or -p. This is not recommended !
If you send SIGHUP to LISa, it will reread its configfile. If you send SIGUSR1 to LISa, it will print some status information to stdout.
<<lessLISa supports two ways of searching for hosts, the first method is to send ICMP echo request packets to the hosts, the second one is to send NetBIOS broadcasts using nmblookup. In order to keep network load low various strategies are implemented. There is also a basic security mechanism. For environments with stricter security rules there is also a restricted version, resLISa. LISa should compile and work under the usual unix flavours (linux, *bsd, solaris,...), it might have problems on 64 bit machines and it definitly doesnt work with IPv6. It provides some special support for KDE , but it is completely independant, it requires neither the Qt library nor any KDE stuff.
In the configuration file of LISa you provide a range of IP-addresses which LISa should check wether they are running. In the most simple case this could be your network address/subnetmask, then LISa would check every possible host of your network wether it is up. The hosts are checked using ICMP echo requests. To be able to send and receive ICMP echo requests and replies the program has to open a so called "raw socket". Therefor it needs root privileges. This socket is opened right after the start of the program, after successfully opening the socket root privileges are dropped immediatly (see main.cpp and strictmain.cpp). If you configure LISa this way, that it also uses nmblookup, it will popen("nmblookup "*""); and then parse the results.
Since the ICMP requests and the broadcasts can cause some network traffic if there are more than one such server running in one network, the servers cooperate with each other. Before they start pinging (or nmblookup), they send a broadcast on port 7741.
If somebody answers this broadcast, they will retrieve the complete list of running hosts via TCP port 7741 from this host and will not start to ping (or nmblookup) theirselves. If nobody answers, the host which sent the broadcast will start pinging the hosts (or nmblookup) and then open a socket which listens for the mentioned broadcasts. If the host received an answer to his broadcast, it wont have the socket for listening to the broadcasts open. So usually exactly one of the servers will have this socket open and only this one will actually ping (or nmblookup) the hosts. In other words, the servers are lazy, they work like "I will only do something if nobody else can do it for me".
There is another feature which reduces the network load. Lets say you configured LISa to update all 10 minutes. Now you dont access your server very often. If nobody accessed the server during the last update period, the server will update (either itself or from the one which actually does the work) and then double its update period, i.e. the next update will happen after 20 minutes. This will happen 4 times, so if nobody accesses the server with update period 10 minutes for a long time, its update interval will grow up to 160 minutes, almost three hours. If then somebody accesses the data from the server, he will get an old list ( up to 160 minutes old). With accessing the server will reset its update interval to its initial value, i.e. 10 minutes and immediatly start updating if the last update is more than these 10 minutes over. This means if you get a very old list, you can try some seconds later again and you should get a current version. This will have fast effect for the servers, which dont ping (or nmblookup) theirselves, since only one user usually accesses them, and it will have less effect for the server which does the pinging (or nmblookup), since this server is accessed from all other servers in the network.
This way it is possible that many hosts in a network run this server, but the net load will remain low. For the user it is not neccessary to know wether there is a server (i.e. a name server or fileserver or whatever) in the network which also runs LISa. He can always run LISa locally and LISa will detect if there is one existing, transparently to the user.
If you dont want that your LISa takes part in the broadcasting, but always does the pinging itself, make it use another port with the command line option --port or -p. This is not recommended !
If you send SIGHUP to LISa, it will reread its configfile. If you send SIGUSR1 to LISa, it will print some status information to stdout.
Download (0.39MB)
Added: 2006-07-01 License: GPL (GNU General Public License) Price:
1215 downloads
jnget 0.2.2
jnget is a command-line tool for retrieving binaries from Usenet. more>>
jnget is a command-line tool for retrieving binaries from Usenet.
jnget project allows multi-thread downloading and partial or full header updating and caching.
<<lessjnget project allows multi-thread downloading and partial or full header updating and caching.
Download (MB)
Added: 2007-02-20 License: The Apache License 2.0 Price:
978 downloads
Sumus 0.2.2
Sumus project is a Mus card game server (and client). more>>
Sumus project is a Mus card game server (and client).
Mus is a Spanish cards game played by 4 folks around a table. SUMUS is a server for playing mus over Internet. The project is just the server, but Java applet and Linux console clients are provided. The game is only in Spanish.
Enhancements:
- First version with a mini web server includes.
- The web server is optional, and recommended just for local testing.
- Some minor bugfixes.
- Source code for Windows and Unix is now the same file.
<<lessMus is a Spanish cards game played by 4 folks around a table. SUMUS is a server for playing mus over Internet. The project is just the server, but Java applet and Linux console clients are provided. The game is only in Spanish.
Enhancements:
- First version with a mini web server includes.
- The web server is optional, and recommended just for local testing.
- Some minor bugfixes.
- Source code for Windows and Unix is now the same file.
Download (0.21MB)
Added: 2006-12-01 License: GPL (GNU General Public License) Price:
1058 downloads
Rusty 0.2.2
A collection of Sphinx extensions more>>
Rusty 0.2.2 brings users an all-in-one collection of Sphinx extensions - namely roles and directives.
At the moment, the Rusty contains following extensions:
- Rolelist: Generates list from the selected set of role entires, written into document. This might come handy for example with release notes where bug entries (marked with role syntax) are listed automatically.
- includesh: Includesh (or include shell) extends the basic functionality of include directive: instead of just including the contents of the file into document, the includesh transforms the shell comments into documents and commands into literal blocks.
Enhancements: Fixed issue #4 again: paver-minilib.zip is missing from the package
Requirements: Python
Added: 2009-06-19 License: MIT/X Consortium Lic... Price: FREE
14 downloads
Kexis 0.2.2
Kexis is a lossless WAV file compressor. more>>
Kexis is a lossless WAV file compressor. Kexis main goal is to develop prediction and encoding schemes to minimize compressed file size. Kexis strives to be the premier lossless sound encoder.
Enhancements:
- You can now turn off the logic that uses similarities between the left and right channel when encoding data with -ns. It is not recomended to do so, since it usually results in worse compression.
- Kexis now opens files as "binary". While this has no effect in linux, Windows, NT, ect need this for portability.
- Added a -d switch which causes Kexis to delete WAV files after encoding them.
- When decoding to stdout, Kexis now properly keeps stdout open so multiple files can now be streamed.
- Progress bar on decode now correctly displays mid and average, not predicted mid and average
<<lessEnhancements:
- You can now turn off the logic that uses similarities between the left and right channel when encoding data with -ns. It is not recomended to do so, since it usually results in worse compression.
- Kexis now opens files as "binary". While this has no effect in linux, Windows, NT, ect need this for portability.
- Added a -d switch which causes Kexis to delete WAV files after encoding them.
- When decoding to stdout, Kexis now properly keeps stdout open so multiple files can now be streamed.
- Progress bar on decode now correctly displays mid and average, not predicted mid and average
Download (0.038MB)
Added: 2006-03-23 License: GPL (GNU General Public License) Price:
1314 downloads
Dudki 0.2.2
Dudki is a process monitoring daemon that sits silently in background and checks processes. more>>
Dudki is a process monitoring daemon that sits silently in background and checks whether the processes he feels responsible for are running.
He gets a process identifier from the file, sees if the process is alive and if not, does his best to start one. Dudki reports the actions taken to his owner via email.
Here is the sample dudki.conf configuration file:
CheckInterval 60
PidFile /var/run/dudki.pid
Daemonize on
Notify mailto:hostmaster@example.org
MailtoHeader From "Dudki < dudki@example.org >"
< Process named >
PidFile /var/run/named.pid
RestartCommand "exec /usr/sbin/named"
< Process >
< Process sshd >
PidFile /var/run/sshd.pid
RestartCommand "exec /usr/sbin/sshd"
< Process >
< Process cron >
ProcessName cron
RestartCommand "exec /usr/sbin/cron"
< Process >
Enhancements:
- A bug that caused dudki to attempt setting group when it didnt have to was fixed.
<<lessHe gets a process identifier from the file, sees if the process is alive and if not, does his best to start one. Dudki reports the actions taken to his owner via email.
Here is the sample dudki.conf configuration file:
CheckInterval 60
PidFile /var/run/dudki.pid
Daemonize on
Notify mailto:hostmaster@example.org
MailtoHeader From "Dudki < dudki@example.org >"
< Process named >
PidFile /var/run/named.pid
RestartCommand "exec /usr/sbin/named"
< Process >
< Process sshd >
PidFile /var/run/sshd.pid
RestartCommand "exec /usr/sbin/sshd"
< Process >
< Process cron >
ProcessName cron
RestartCommand "exec /usr/sbin/cron"
< Process >
Enhancements:
- A bug that caused dudki to attempt setting group when it didnt have to was fixed.
Download (0.084MB)
Added: 2006-11-08 License: GPL (GNU General Public License) Price:
1080 downloads
Yarssr 0.2.2
Yarssr is an RSS reader that displays its results in the notification area. more>>
Yet Another RSS Reader is an RSS aggregator and reader that displays its results in the GNOME notification area.
To view the contents of the feed just click the menu-item and it will launch in your favorite browser. It is written in Perl and uses gtk2-perl for its interface.
<<lessTo view the contents of the feed just click the menu-item and it will launch in your favorite browser. It is written in Perl and uses gtk2-perl for its interface.
Download (0.025MB)
Added: 2005-07-28 License: GPL (GNU General Public License) Price:
1549 downloads
URLex! 0.2.2
URLex! is a Firefox extension you are able to leave a comment regarding any web-site. more>>
URLex! is a Firefox extension you are able to leave a comment regarding any web-site. The comments are available either only to you and your friends, or anyone visiting the site. The system enables you to leave notes on the pages and sustain the conversation on a selected topic.
You can enter communities, or create your own, exchange links there. You can restrict the access to your comments by creating a closed community and providing access to the information by issuing special invitation.
<<lessYou can enter communities, or create your own, exchange links there. You can restrict the access to your comments by creating a closed community and providing access to the information by issuing special invitation.
Download (0.015MB)
Added: 2007-06-01 License: MPL (Mozilla Public License) Price:
877 downloads
XFORGE 0.2.2
Xforge is a graphical wave editor for UNIX systems with X11 and Motif. more>>
Xforge is a graphical wave editor for UNIX systems with X11 and Motif. The name is derived from popular PC/Windows wave editor Sound Forge, and the goal of Xforge project is to provide similar wave editing facilities to UNIX world, but as free software.
Though Xforge supports multiple wave formats, it is not a wave format converter or encoder/decoder; there exists a wonderful utility called Sox for that purpose. You will find that Xforge supports very few wave formats at the moment. Are you interested in coding decoders / encoders for your favourite file formats?
For install you just need to do the following:
xmkmf -a
make
<<lessThough Xforge supports multiple wave formats, it is not a wave format converter or encoder/decoder; there exists a wonderful utility called Sox for that purpose. You will find that Xforge supports very few wave formats at the moment. Are you interested in coding decoders / encoders for your favourite file formats?
For install you just need to do the following:
xmkmf -a
make
Download (0.047MB)
Added: 2006-07-20 License: GPL (GNU General Public License) Price:
1192 downloads
CURSEL 0.2.2
CURSEL project is a freeware FMLI implementation. more>>
CURSEL project is a freeware FMLI implementation, a small language that allows you to quickly make a form- and menu- based character interface to shell scripts and other programs.
CURSEL filenames normally start with either "Menu", "Form" or "Text".
For example, the command,
./cursel Menu.example
would interpret the contents of the file "Menu.example" and display an example Menu.
CURSEL provides a language similar to the AT&T FMLI shell. Note that the language is similar to, but certainly not the same as, a /bin/sh shell; in particular, backquoted expressions are NOT evaluated by a shell such as BASH, but rather by the builtin CURSEL "shell" (which does not have all features of e.g. BASH).
There are also a few CURSEL extensions:
1. text frames can use the "alignment" descriptor, a CURSEL extension, which allows you to left or right align text in a Text frame (centering and justification is also supported).
2. backquoted expressions can use () grouping of parentheses, as in the UNIX shell
<<lessCURSEL filenames normally start with either "Menu", "Form" or "Text".
For example, the command,
./cursel Menu.example
would interpret the contents of the file "Menu.example" and display an example Menu.
CURSEL provides a language similar to the AT&T FMLI shell. Note that the language is similar to, but certainly not the same as, a /bin/sh shell; in particular, backquoted expressions are NOT evaluated by a shell such as BASH, but rather by the builtin CURSEL "shell" (which does not have all features of e.g. BASH).
There are also a few CURSEL extensions:
1. text frames can use the "alignment" descriptor, a CURSEL extension, which allows you to left or right align text in a Text frame (centering and justification is also supported).
2. backquoted expressions can use () grouping of parentheses, as in the UNIX shell
Download (0.068MB)
Added: 2007-02-15 License: GPL (GNU General Public License) Price:
983 downloads
db2dot 0.2.2
db2dot reverse engineers an existing database and produces an ER diagram in dot format. more>>
db2dot reverse engineers an existing database and produces an ER diagram in dot format.
The dot file can be fed through graphvizs dot to produce a pretty ER diagram. The diagram includes tables and relationships derived from db meta-data and foreign key constraints.
What format is the output?
It generates a dot file which can be turned into a diagram with the graphviz utility.
What database servers will it work with?
It has only been tested with MySQLs JDBC driver, but it uses only
generic java.sql.* classes so it should work with any JDBC driver which is
sufficiently advanced.
What license is the code released under?
db2dot is released under the GPL v2.0 license.
How do I build the source?
Run: ant build jar
What are the command line arguments?
The command line arguments may be in any order, the following are required:
driver=< JDBCDriver class >
url=< db connection url >
user=< db user name >
pass=< db password >
The following are optional:
+showRelations
+showColumns
<<lessThe dot file can be fed through graphvizs dot to produce a pretty ER diagram. The diagram includes tables and relationships derived from db meta-data and foreign key constraints.
What format is the output?
It generates a dot file which can be turned into a diagram with the graphviz utility.
What database servers will it work with?
It has only been tested with MySQLs JDBC driver, but it uses only
generic java.sql.* classes so it should work with any JDBC driver which is
sufficiently advanced.
What license is the code released under?
db2dot is released under the GPL v2.0 license.
How do I build the source?
Run: ant build jar
What are the command line arguments?
The command line arguments may be in any order, the following are required:
driver=< JDBCDriver class >
url=< db connection url >
user=< db user name >
pass=< db password >
The following are optional:
+showRelations
+showColumns
Download (0.011MB)
Added: 2005-12-13 License: GPL (GNU General Public License) Price:
1411 downloads
ImSafe 0.2.2
ImSafe (Immune Security For your Enterprise) is a host-based intrusion detection tool. more>>
ImSafe (Immune Security For your Enterprise) is a host-based intrusion detection tool. After a learning phase, it is able to detect changes in processes behavior, to detect buffer overflows, etc. It is implemented through a device driver (as a kernel patch) for the Linux kernel, but can also be run on other UNIX systems by using a "sensor" built on strace base.
Main features:
- Anomaly detection by analysing audit trails of system calls
- Fast detection of Buffer Overflow Attacks through our call origin heuristic mecanism
- GTK based graphical user interface
- Created for Linux systems but works on almost every UNIX flavor
- Monitor multiple processes of one single application at a time (its enough for testing purposes)
- React in real-time to an attack by executing the script of your choices
<<lessMain features:
- Anomaly detection by analysing audit trails of system calls
- Fast detection of Buffer Overflow Attacks through our call origin heuristic mecanism
- GTK based graphical user interface
- Created for Linux systems but works on almost every UNIX flavor
- Monitor multiple processes of one single application at a time (its enough for testing purposes)
- React in real-time to an attack by executing the script of your choices
Download (0.24MB)
Added: 2006-07-07 License: GPL (GNU General Public License) Price:
1207 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above 0.2.2 search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed