• Stars
    star
    1,573
  • Rank 29,751 (Top 0.6 %)
  • Language
    JavaScript
  • License
    GNU General Publi...
  • Created almost 11 years ago
  • Updated almost 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Encryptr is a zero-knowledge cloud-based password manager / e-wallet powered by Crypton

Encryptr

https://spideroak.com/solutions/encryptr

Encryptr is a zero-knowledge, cloud-based e-wallet / password manager powered by Crypton.

Encryptr keeps it simple. It has three types of data it can store. Passwords, Credit Card numbers and general key/value pairs. It can easily be expanded to include other default entry types.

It is currently working on Android, iOS, and the Desktop – thanks to NW.js.

screenshot

Requirements

Getting started

  • clone the project
  • cd into the project folder
  • With commands:
    • npm install to install node_modules and js/css components (npm install will also run bower install).
    • cordova platform add ios and/or cordova platform add android
    • cordova-icon && cordova-splash
  • With script:
    • iOS: ./build.sh ios
    • Android: ./build.sh android
    • Desktop: ./build.sh desktop

Build Encryptr

  • iOS: ./build.sh ios
  • Android: ./build.sh android
  • Desktop: ./build.sh desktop
  • All platforms: ./build.sh desktop ios android

First test

To make sure everything is set up from the above, run your first tests:

grunt test

See the output for the steps taken to produce the working test rig. Most of the steps have grunt commands you can use to do them individually.

Workflow

JavaScript files are in src. They are kept out of the www tree so that they can be linted without trying to lint the concatenated and minified versions. However, the index.html should have a script tag only for the JavaScript files in either components (managed by Bower) or www/js.

Building and testing the project is normally done via the Grunt tasks below.

Grunt tasks

We use grunt commands to do most of the project operations, like:

  • running the app:

    • ios: grunt debug:ios
    • Android: grunt debug:android
  • testing: grunt test

  • linting the sources: grunt jshint

  • concatenating the sources: grunt concat

  • compiling the templates: grunt dot

See the steps taken for grunt test and grunt debug:XXX for the various operations needed to constitute the working app, and look at Gruntfile.js for the whole repertoire.

Cryptography Notice

This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See http://www.wassenaar.org/ for more information.

The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms. The form and manner of this distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code.

License

More Repositories

1

SpiderOakMobileClient

SpiderOak HTML5 / Javascript / CSS mobile client application, rebooted
JavaScript
102
star
2

ZipStream

Like Python's ZipFile module, except it works as a generator that provides the file in many small chunks.
Python
71
star
3

nimbus.io

Nimbus.io is both a commercially available cloud storage service AND a free software project others may use and participate in.
Python
62
star
4

skeeter

detect and publish postgres events on a zeromq PUB socket
C
34
star
5

react-wasm-bridge

Render react components in rust
JavaScript
26
star
6

netkes

Networked key escrow server and LDAP sync code for SpiderOak Blue.
Python
15
star
7

flow-python

Python API to the Semaphor client backend
Python
14
star
8

flowbot

A boilerplate for rapid Semaphor bot production
Python
12
star
9

react-markdown-wasm

A simple markdown renderer using react-wasm-bridge
JavaScript
12
star
10

spideroak_osx_fsevents

lightweight filesystem change notification utilities for OSX
C
9
star
11

FileViewerPlugin

Cordova File Viewer Plugin for Android based on the WebIntent plugin by Boris Smus
Objective-C
8
star
12

crypton-web

HTML
8
star
13

so_client_html5

SpiderOak HTML5 / Javascript / CSS mobile client application
JavaScript
6
star
14

spideroak_inotify_dir_watcher

lightweight filesystem change notification utilities for Linux
C
6
star
15

WebCryptoPitfallsSolutions

An effort to document the pitfalls of web crypto and a roadmap for making browsers more secure & private
6
star
16

encryptr-web

JavaScript
5
star
17

docker-storcli-prometheus

Python
4
star
18

enkube

Toolkit for managing and deploying things in Kubernetes
Python
4
star
19

spideroak_windows_dir_watcher

lightweight filesystem change notification utility for Windows
C++
4
star
20

crypton-data

data explorer for crypton.io
JavaScript
3
star
21

ldap-reader

Python LDAP library for listing accounts and authenticating them against LDAP.
Python
3
star
22

errstack

a cumulative container for go language errors
Go
2
star
23

lumberyard

Low level API for nimbus.io
2
star
24

DeviceSetupScripts

Scripts to setup a device automatically, using the hostname as the device name.
Shell
2
star
25

old_log_inn

lossless centralized logging via ZMQ.
Python
2
star
26

GoWinHttp

A Golang-flavored interface to WinHTTP
Go
2
star
27

nativeweb

Native HTTP calls through Golang.
Go
2
star
28

directory-wormhole

The director wormhole is a simple Python3 program that watches a directory with inotify for files matching a glob pattern. When matching files exist, they are uploaded to Nimbus.io and then deleted.
Python
2
star
29

statgrabber

Perl
1
star
30

flowbot-github

Alert Semaphor channels on new webhook events.
Python
1
star
31

motoboto_benchmark

Benchmarks and tests for the nimbus.io motoboto API
1
star
32

flow-ldap

Python app that runs on Customer Infrastructure, enabling the use of Semaphor with Customer LDAP credentials.
Python
1
star
33

motoboto

'Boto' like API for nimbus.io
1
star
34

cordova-android-accountmanager

Cordova Android AccountManager plugin
JavaScript
1
star
35

flowbot-twitter

A twitter bot for Semaphor
Python
1
star
36

wincertstore

Windows certificate store
Go
1
star