GithubHelp home page GithubHelp logo

odeke-em / sasel Goto Github PK

View Code? Open in Web Editor NEW
0.0 4.0 0.0 10.94 MB

Sys Administration Secure Electronic Ledger -- implementation of a sys-admin's server book

License: Other

CSS 9.80% Java 90.20%

sasel's Introduction

SASEL

SASEL stand for Sys Admin Secured Encrypted Ledger.

It is an implementation of a server administrator's book ie it supports documentating

information about various servers for example:

  • Each server supports multiple applications, and even multiple users.

  • Each user(login account) on a server has a username, password and role eg

    user: Foo, password: Bar, role: Chip runner

SASEL encrypts this information and then stores it on the cloud.

Any time you need to modify your data, it downloads the encrypted data dump

and then decrypts it with your keys.

To perform the encryption you'll need an encryption key and an initialization vector.

Project Inception:

The inception of this project was the necessity to

manage an overwhelming amount of servers by the system administrator

at the Department of Electrical and Computer Engineering at the University of Alberta.

The sys admin felt that it would make life easier for sys-admins to access their server books

from the comfort of any place with an internet connection, but still

maintain a sense of security, using their mobile device.

SetUp

You'll need to create your project-configuration from https://code.google.com

  • Get access to your API console.

  • Visit the Google APIS console:

  • Create a project eg testAPP.

  • Enable the Drive SDK and Drive API for use with your newly created project.

  • To set up your Android project for authorization with the above APIs,

    you will need to provide info from your keytool signing certificate.

  • Follow the startup demo and instructions at: https://developers.google.com/drive/quickstart-android

  • Make sure that you have downloaded the jar file json-simple-*.jar.

Note:

You will have to include the json-simple-\*.jar file in your build-path. 

If using Eclipse:

`Properties -> Java Build Path -> Add External JARs -> Path to json-simple\*.jar`

the Google Play Services jar as well as the Google Drive Api SDK by clicking:

Google Plugin icon -> Add Google APIs -> <Name of API>

Miscellaneous Information:

  • In our case we'll be using Google's Drive as our cloud service.

  • Authentication of accounts via Google Drive is with OAuth2.0.

  • For starters we've designed it for use with the Nexus 7

  • Currently our cipher is based off encryption scheme: AES/CBC/PKCS5Padding

    16 byte/character encryption key, 16 byte initialization vector

sasel's People

Contributors

jeanf57 avatar odeke-em avatar klindenbach avatar

Watchers

James Cloos avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.