Skip to content

micheal-swiggs/jumblar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jumblar

Jumblar is an attempt to use map locations as passwords. All of our accounts require us to use passwords. Users are encouraged to have different passwords for every account. Each password should be a mix of random characters AND they should be changed regularly. Requirements that are not realistic. This is compounded by a steady stream of hacked accounts and mass state surveillance.

Jumblar hopes to provide a pathway for increased user security. For most it is easy to remember a secret location. It could be anywhere in the world. But it is practically impossible for others to guess. By using this property of secret locations secure passwords can be generated.

Download the beta Desktop App. Try the beta Android App. Discuss Jumblar on facebook.

Base Concepts

This section decribes how Jumblar converts & stores secret location information.

User Secrets

Jumblar's password generation requires that a user enter a secret password and a secret location. These are combined to form what is called a `HashBase`.

HashBase

A `HashBase` is the 'part' from which passwords are generated. It is formed the password and secret location.

Vague Hash

The user must choose the exact same location each time that Jumblar will generate passwords. However it will be difficult for the user to zoom in and find exactly the same spot on the map. So Jumblar stores a hash of the location. Rather than storing the entire hash, Jumblar only stores a 'small' part of the hash.

When signing in the user will attempt to choose a location as close as possible to the actual secret location. Jumblar will use the vague-hash to find the 'exact location'. The problem/benefit of the vague-hash is that it might actually lead Jumblar to an incorrect location.

If an adversary obtains the vague-hash and knows the password then the most they can achieve is knowing a set of locations that share the same vague-hash. Hence the adversary can only have a vague idea of what the location could be.

Currently the vague-hash is two bytes long, it is hoped that this will become customizable.

Open storage & PGP network

Jumblar leverages vague-hashes and the PGP network to store Jumbles in the open. Currently every Jumble is stored in the comment of a PGP entry. If you have a Jumble then everyone can see your username, email and vague-hash.

The benefit is that your Jumble will always* be accessible. The PGP network is a decentralized group of servers. They are self-synchronizing and controlled by different organizations in different countries.

Once a user has registered their Jumble they only require an internet connection for mapping and to contact a PGP server.

Cryptographic hashing

Jumblar uses SCrypt as the primary hash function and SHA256 as the secondary hash function. SCrypt is used for Vague Hash generation and in password generation. Jumblar recognizes the strengths of SCrypt and the additional security it will bring to users.

Contribute

Anyone is welcome to submit patches, issues and tell friends! A crypto-analysis would be great.

About

converting locations into passwords

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages