Difference between revisions of "Pccipher firefox addon"

From ProgClub
Jump to: navigation, search
(→‎Source code: Removing 'user' from SSH URL.)
 
Line 82: Line 82:
 
* Allow user to nominate their key
 
* Allow user to nominate their key
 
* After encrypting decrypt to ensure the software works (i.e. if we can't decrypt after we encrypt that's a problem we need to know about!)
 
* After encrypting decrypt to ensure the software works (i.e. if we can't decrypt after we encrypt that's a problem we need to know about!)
 
[[Category:TODO]]
 
  
 
== Done ==
 
== Done ==

Latest revision as of 16:15, 11 December 2017

Pccipher Firefox Addon is the ProgClub Firefox crypto software. That's the software that allows you to encrypt/decrypt content in your web browser. It's a bit of fun to learn about Firefox addon development. For other projects see projects.

Status

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

Administration

Contributors

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

All contributors have agreed to the terms of the Contributor License Agreement. This excludes any upstream contributors who tend to have different administrative frameworks.


Copyright

Copyright 2014, Contributors.

License

Licensed under the New BSD license.

Resources

Downloads

TODO: link to downloads or explain why there aren't any.

Source code

The read-only git repository is here:

https://www.progclub.net/git/pccipher-firefox-addon.git

ProgClub members can connect to the read/write repository:

ssh://www.progclub.net/git/pccipher-firefox-addon.git

Links

Specifications

Functional specification

The functional specification describes what the project does.

The user can select content in their browser and then optionally encrypt or decrypt it with their nominated secret key.

Technical specification

The technical specification describes how the project works.

TBA.

Notes

Notes for implementers

If you are interested in incorporating this software into your project, here's what you need to know:

Copy and paste your way to victory!

Notes for developers

If you're looking to set up a development environment for this project here's what you need to know:

TBA.

Tasks

TODO

Things to do, in rough order of priority:

  • Allow user to nominate their key
  • After encrypting decrypt to ensure the software works (i.e. if we can't decrypt after we encrypt that's a problem we need to know about!)

Done

Stuff that's done. Latest stuff on top.

  • JE 2014-04-07: created project git repo
  • JE 2014-04-07: created project page
  • CN 2013-08-13: proof of concept