All Projects → guardianproject → Notecipher

guardianproject / Notecipher

Licence: other
a simple notepad with all stored encrypted using SQLCipher and Cacheword

Programming Languages

java
68154 projects - #9 most used programming language

NoteCipher

A simple and secure note taking app previously known as notepadbot.

Showcase app for SQLCipher for Android and CacheWord.

 git clone https://github.com/guardianproject/notepadbot.git
 cd notepadbot
 git submodule update --init --recursive
 ./setup-ant.sh
 ant -buildfile app/build.xml clean debug
 ls -l app/bin/NoteCipher*.apk

Development Setup

Follow these steps to setup your dev environment using Eclipse:

  1. create a new Eclipse workspace in the root director of the repo.
  2. For Cacheword, import this directory external/cacheword/cachewordlib/, using "Import -> Android -> Existing Android Code Into Workspace":
  3. Then, "Import -> General -> Existing Projects Into Workspace" for the app/ directory.

License and Credits

This project is licensed under the Apache version 2.0 license

Copyright (C) 2013 Abel Luck [email protected] Copyright (C) 2011-2013 Nathan Freitas [email protected] Copyright (C) 2011 Hans-Christoph Steiner [email protected] Copyright (C) 2008 The Android Open Source Project Copyright (C) 2008 Google Inc.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].