Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 1.63 KB

README.md

File metadata and controls

31 lines (28 loc) · 1.63 KB

Secure My Bacon

Build Status Codacy Badge Coverage Status Maven Central
Its like 'saving ones bacon' only its more secure.

What are you on about?

I've had idea's about how I could provide a system to save things securley, basically a password system but its not just for single passwords. Its nothing new, it has already been done before and probably many times over.

What are you going to use?

  1. Java 8
  2. Tomcat 8
  3. Spring Boot
  4. Graph Database (Neo4J / Orient DB)
  5. Nice Configuration (Spring Properties / Typesafe Config)
  6. Substeps

Whats the road map like?

  • 0.0.1 - Travis-CI, Codacy, Coveralls, Reviewable integration
  • 0.1.0 - Basic api and encryption
  • 0.1.5 - Substeps coverage for the basic api
  • 0.2.0 - Basic frontend to consume the existing api
  • 0.2.5 - Substeps coverage for the basic frontend
  • 0.3.0 - Registration and sharing
  • 0.4.0 - Password recovery process via administrator accounts
  • 0.5.0 - Run standalone without Tomcat, aka desktop mode