GithubHelp home page GithubHelp logo

perry-mitchell / tatooine Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 3.61 MB

A C# based, cross-platform, password management system.

License: GNU Lesser General Public License v3.0

C# 85.98% Shell 1.21% JavaScript 1.59% XSLT 1.33% CSS 6.50% XML 3.39%

tatooine's Introduction

Tatooine

A C# based, cross-platform, password management system.

Tatooine was designed, primarily, to be a minimalistic & reliable password manager that has binaries available for most common operating systems. Along with these ideals, Tatooine hopes to provide the most comprehensive number of password-archive sources, including (eventually) (and not limited to):

  • Dropbox
  • OwnCloud
  • iCloud
  • Cubby
  • Ubuntu One
  • WebDAV
  • Local storage
  • Hosted password storage

This repository

This repo is home to both the core system (Tatooine) as well as the GTK desktop source (TatooineDesktop).

Stability

  • Core --> Build Status

Development environment

The core system has primarily been built and compiled on both Debian Linux and Mac OSX using Mono. Obviously, being a cross-platform application, using only libraries that Mono supports is a necessity.

The desktop GTK solution has been developed in both Xamarin (Mac) and MonoDevelop (Debian).

Coding style

Although there may be some exceptions to these guidelines during the infancy of the project, it's imperative that some code style is adheared to:

  • Camel-case, lower-case first letter for functions and variables
  • Camel-case, upper-case first letter for classes/namespaces etc.
  • Functions in alphabetical order, excluding constructor and magic methods
  • All braces start on same-line

Eg.

 	class SomeClass {
	
		public SomeClass() {
			setupSomeStuff("...");
		}
		
		protected void setupSomeStuff(string amazingData) {
			
		}
	
	}

Encryption of the archives

Currently, password archives are JSON encoded before being encrypted using 256bit AES. Any software that claims to "manage passwords" must be secure, especially one that plans to source its archive content from cloud based systems. The encryption functionality of this system is then by-far the most important piece, so it should be treated as such - recommendations on strengthening the encryption process are most welcome!

tatooine's People

Contributors

perry-mitchell avatar

Watchers

James Cloos avatar  avatar  avatar

tatooine's Issues

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.