Pccipher

From ProgClub
Revision as of 21:25, 16 August 2011 by John (talk | contribs) (Created page with "Pccipher is the ProgClub encryption software. That's the software that allows you to encrypt data in PHP and Javascript. It's compatible with 32-bit and 64-bit implementations of...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Pccipher is the ProgClub encryption software. That's the software that allows you to encrypt data in PHP and Javascript. It's compatible with 32-bit and 64-bit implementations of PHP, and should work in any Javascript capable web-browser. For other projects see Projects.

Project status

Under way. Not released yet, there's stuff TODO.

Contributors

Members who have contributed to this project. Newest on top.

Copyright

Copyright 2011, Contributors. Dual licensed under the New BSD and GPL licenses.

Source code

The code for pccipher is publicly available from svn:

http://www.progclub.org/svnro/pcrepo/pccipher/tags/latest

Or privately available for read-write access:

https://www.progclub.org/svn/pcrepo/pccipher/trunk

The repository can be browsed online:

http://www.progclub.org/pcrepo/pccipher

Links

Blowfish related information

TODO

Things to do, in rough order of priority:

  • Create the project in svn
  • Copy in existing code
  • Add 'cipher' code
  • Remove hash
  • Integrate with PHP mcrypt?

Done

Stuff that's done. Latest stuff on top.

  • JE 2011-08-16: created project page

Notes for implementers

If you are interested in incorporating the ProgClub pccipher into your project, here's what you need to know:

For Javascript

TODO: explain Javascript integration

For PHP

TODO: explain PHP integration