Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

The Warden is a secure delivery system for content like images and downloadable videos. It consists of two layers: A bit of code which generates secure tokens which are passed as url parameters or cookies. This code is provided in both PHP and Java implementations. Apache mod_python script and a ... [More] Java servlet that performs ticket cracking and authorization. This project is currently in placeholder status. Kink.com is donating the working/proven code to open source. Code will follow soon. [Less]

0
 
  0 reviews  |  1 user  |  0 current contributors  |  Analyzed 1 day ago
 
 

sec-wall is a feature packed high-performance security proxy supporting SSL/TLS, WSSE, HTTP Auth Basic/Digest, extensible authentication schemes based on custom HTTP headers and XPath expressions, powerful URL matching/rewriting and an optional headers enrichment. It's a security wall you ... [More] can conveniently fence the otherwise defenseless backend servers with. Visit the project's site at http://sec-wall.gefira.pl/ [Less]

5.0
 
  0 reviews  |  1 user  |  8,750 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

A simple tool which make the configuration's backup of your SAN switches simple and easy. It actually works with Cisco, Brocade and McData switches and allows you to get the configuration of your switch by SCP or FTP. You don't need to install or configure a SSH or a FTP server on your ... [More] computer. It is a command-line program that connect with SSH to your switch. The support of telnet connections will come soon. It use differents components : Paramiko, pyftpdlib. The support of the TFTP protocol doesn't work for the moment because the library tftpy doesn't support downloads. It is very simple to use it. options are : -i : IP of the switch. -s : Type of the switch. Possible values are : cisco or brocade or mcdata -u : User on the switch. -p : Password of the user on the switch. -t : Type of transfert. Possible values are : scp (by default) or ftp -c : Type of client. Possible values are : ssh or telnet (SSH by default). -g : Generate a RSA key for the SSH server. Possible values are : yes or no (no by default). The key will be stored in the file new_server_rsa.key. If you want to use it, please rename the new file with the name : server_rsa.key -e : Execute a command. Save the output of the command fulfilled in a file. -l : The IP interface on which the server will be attached -n : The NAT IP address on which the server will be recheable -o : The float timeout value in for SSH or Telnet commands. 5.0 seconds by default Your configuration will be stored in a directory with the name of your switch. Examples: For making a backup of a cisco switch by SCP with a SSH connection : SaveSimplyyourSAN -i 192.168.0.1 -u admin -p password -s cisco -t scp -c ssh or more simply (SCP and SSH connection are values by default) : SaveSimplyyourSAN -i 192.168.0.1 -u admin -p password -s cisco For making a backup of a brocade switch by FTP with a telnet connection : SaveSimplyyourSAN -i 192.168.0.1 -u admin -p password -s brocade -t ftp -c telnet For making a backup of a McData switch and redirect the result in a file (works on windows): SaveSimplyyourSAN -i 192.168.0.1 -u admin -p password -s mcdata >mcdata-backup.log 2>&1 For making a backup of a configuration of a McData switch (grab the output of the command "show all" by telnet) SaveSimplyyourSAN -i 192.168.0.1 -u admin -p password -s mcdata -c telnet -e "show all" Just use it and enjoy it ! On cisco switches, if you want to erase the SSH keys on your switch, use this command : "clear ssh hosts" On brocade, you cannot do this on Fabric OS version < 6.1. [Less]

0
 
  0 reviews  |  0 users  |  3,220 lines of code  |  0 current contributors  |  Analyzed 6 days ago
 
 

TnFOX is a modern, secure, robust, multithreaded, exception aware, internationalisable, portable GUI toolkit library designed for mission-critical work in C++ and Python forked from the FOX library. It replicates the Qt API in many places and has been designed primarily for Tn, the port of Tornado to FOX.

0
 
  0 reviews  |  0 users  |  277,816 lines of code  |  0 current contributors  |  Analyzed 11 days ago
 
 

A python program that allow to send file between pcs, crypting it with gnupg =)

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 7 days ago
 
 

Demos from the Paramiko Python Extension reworked to use the standard VyperLogix Library. The VyperLogix Library now has support for SFTP that requires very little code for the developer who wishes to use all this power.

0
 
  0 reviews  |  0 users  |  22 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 

NoteSafe is a free open-source web application for storing sensitive textual information securely online. NoteSafe provides the following benefits: Ultimate data protection: NoteSafe uses the very secure AES-256 standard to store your encrypted data. The encryption happens inside the web browser ... [More] to make sure that no unencrypted data is communicated over the internet. iPhone support: NoteSafe is optimised for the iPhone and even provides offline access to your notes. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 1 day ago
 
 
Compare

unlimited online backup securely provided by a resilient decentralized (p2p) system, for free, forever. Google Code Hosting is currently used to house the svn repository for the project. All other flud information (wiki, bugtracking, mailing list, etc) can be found at the flud website.

0
 
  0 reviews  |  0 users  |  8,568 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

IntroductionCSpace provides a platform for secure, decentralized, user-to-user communication over the internet. The driving idea behind the CSpace platform is to provide a connect(user,service) primitive, similar to the sockets API connect(ip,port). Applications built on top of CSpace can simply ... [More] invoke connect(user,service) to establish a connection. The CSpace platform will take care of locating the user and creating a secure, nat/firewall friendly connection. Thus the application developers are relieved of the burden of connection establishment, and can focus on the application-level logic! CSpace is developed in Python. It uses OpenSSL for crypto, and Qt for the GUI. CSpace is licensed under the GPL. (From cspace.in) Current Official VersionCSpace Build 126 CSpace Build 126 (Update for Build 125) CSpace Build 126 Source CSpace Windows Source Dependencies (Python 2.4) CSpace Windows Source Dependencies (Python 2.5) CSpace Source Repository Tarball Current DocumentationArchitecture Overview - cspace.in NCrypt - tachyon.in Platform Discussion - cspace.in wiki English Tutorial - cspace.in wiki Development To-Do List Development Suggestions UI Translation CSpace ExperimentalCSpace Experimental is a development branch for exploring various major changes to the CSpace codebase. These include: Implementing service version of the DHT and client applications CSpaceControl Centralized automation controller script DHT-stored Offline messaging Key server source code Modularization of key server, update server, seed server DHT-stored public key directory (replaces the keyserver) Experimental VersionExperimental Repository Experimental Issues Experimental Wiki User Group [Less]

0
 
  0 reviews  |  0 users  |  17,570 lines of code  |  0 current contributors  |  Analyzed 2 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.