Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/glittershark/2chainz
Keychain management fo' playaz
https://github.com/glittershark/2chainz
Last synced: 2 days ago
JSON representation
Keychain management fo' playaz
- Host: GitHub
- URL: https://github.com/glittershark/2chainz
- Owner: glittershark
- License: other
- Created: 2014-07-01T01:03:40.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-24T13:33:31.000Z (almost 10 years ago)
- Last Synced: 2024-11-10T02:49:00.079Z (about 2 months ago)
- Language: Haskell
- Size: 211 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
2chainz [![Build Status](https://travis-ci.org/glittershark/2chainz.svg?branch=master)](https://travis-ci.org/glittershark/2chainz)
=======
Keychain management fo' playaz## Installation
```
git clone https://github.com/glittershark/2chainz.git
cd 2chainz
cabal install
```## Usage
This is a major WIP, so currently there are only two things you can do:
- `2c set user password` will store the password "password" for "user"
- `2c get user` will retrieve that password and print itThe passwords are stored as AES-encrypted JSON in ~/.keys, but the key they're
encrypted with is hardcoded right now, so you probably shouldn't use this tool.