bechhansen / FinalKey

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Firmware for the Final Key - A hardware password manager for Linux, Windows and OSX with encryption.

This software comes without any kind of warranty, and nobody is responsible.
Instructions: http://finalkey.net/

  • ArduinoHacks are for ARDUINO 1.5.5 BETA 2013.11.28
  • The diff is for 1.0.5 (du'h, it's already in the name..).
  • The finalkeybackup.c is a linux tool to allow taking backup of your key (lock the key with q and close minicom before trying that).
  • The fksetup.sh script can be run on Ubuntu/Debian/Archlinux and will fix permissions to device and add /dev/FinalKey rule (for all leonardo boards, no incompatibilities with existing Arduino setups though).

Credits:

Directory                       - Description           - Author                - License       - URL
FinalKey                        - Firmware for FinalKey - DusteD                - GPL v3        - http://finalkey.net/
libraries/EncryptedStorage      - Data store/retrieve   - DusteD                - GPL v3        - http://finalkey.net/
libraries/I2ceep                - I2C EEPROM access     - DusteD                - GPL v3        - http://finalkey.net/
libraries/TermTool              - Lazy mess, macros     - DusteD                - GPL v3        - http://finalkey.net/
libraries/AES                   - AES Encryption        - MarkT / Brian Gladman - Header: AES.h - http://forum.arduino.cc/index.php/topic,88890.0.html http://utter.chaos.org.uk/~markt/AES-library.zip
libraries/Entropy               - Random Number Gen.    - Walter Anderson       - GPL v3        - http://code.google.com/p/avr-hardware-random-number-generation/
ArduinoHacks                    - Changes to Arduino    - DusteD / Arduino      - LGPL          - http://arduino.cc

File                            - Description           - Author                - License       - URL
finalkeybackup.c                - Backup program        - DusteD                - WTFPL         - http://finalkey.net/

About


Languages

Language:C++ 49.1%Language:Arduino 28.3%Language:C 12.2%Language:Shell 10.4%