My favorites | Sign in
Google
Projects on Google Code Results 1 - 8 of 8
As3 Crypto is a cryptography library written in Actionscript 3 that provides several common algorithms. This version also introduces a TLS engine (TLS is commonly known as SSL.) * Protocols: TLS 1.0 support (partial) * Certificates: X.509 Certificate parsing and validation, built-in Root...
=Java Chat Application= * Server / Client based system * Base64 encryption ===Our Code Statistic=== {{{ Revision when it was executed: 106 9 text files. 8 unique files. 186 files ignored. http://cloc.sourceforge.net v 1.08 T=1.0 s (8.0 files/s, 4226.0 lines/s) ...
A pure Python library and tools for accessing Tombo http://tombo.sourceforge.jp/En/ notes in either plain text or encrypted (*.chi files). See PyTomboBackground for more information. In progress project GtkTombo. ==Tool example== Command line example (there is a mini web based search too), ...
BCrypt.net is a C# port of the jBCrypt library. It was ported by [http://derekslager.com/blog/ Derek Slager]. I created this project and uploaded the code here to give it a more permanent home. As Derek originally did the port, I will let his words describe the code ([http://derekslager.com/blo...
Portable file encryption utility, can be run from removable storage and leaves no trace on the computer it was run on. Source is pure python. Option to use either BLOWFISH or XTEA for encryption.
The piece of software when hosted on google app engine it will store the sensitive information in encrypted format (which is encrypted using blowfish.) One should login using google account before performing encryption or decryption after logging in user selected operation will be performed.
Messages encryption application using Blowfish & JCE. Support four block cipher encryption mode (ECB, CBC, CFB and OFB)
== Description == UDP portmapper with blowfish encryption. {{{UDP client <-> udpenc <-> public network <-> updenc <-> UDP server.}}} May also use stdin/stdout instead of UDP sockets. Can be used to implement PPP over UDP in more secure way. Tested with pppd on Linux on one end and slirp...