• Stars
    star
    1
  • Language
    Erlang
  • Created about 6 years ago
  • Updated over 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Simple and fast password manager based on gen_server and general balanced trees.

An OTP client-server application for local password managing based on gen_server.

Usage

Run following command:

~ rebar3 build && rebar3 shell

and then you can use it, like this:

Erlang/OTP 18 [erts-7.3] [source] [64-bit] [smp:4:4] [async-threads:10] [kernel-poll:false]

Eshell V7.3  (abort with ^G)

2> parole:start().
{ok,<0.40.0>}

3> Resource = <<"www.github.com">>.
<<"www.github.com">>

4> Password = <<"MyNotEncryptedPassword">>.
<<"MyNotEncryptedPassword">>

5> parole:add(Resource, Password).
ok

6> parole:lookup(Resource).
true

7> parole:get(Resource, decrypted).
<<"MyNotEncryptedPassword">>

LICENSE

            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
                   Version 2, December 2004

Copyright (C) 2018 Likid Geimfari

Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

            DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. You just DO WHAT THE FUCK YOU WANT TO.

More Repositories

1

awesomo

Cool open source projects. Choose your project and get involved in Open Source development now.
Go
9,188
star
2

mimesis

Mimesis is a powerful Python library that empowers developers to generate massive amounts of synthetic data efficiently.
Python
4,243
star
3

expynent

A library that provides regular expression patterns. If you hate to write regular expressions, then expynent can help you.
Python
386
star
4

secrets.clj

A library designed to generate cryptographically strong random numbers suitable for managing data such as passwords, account authentication, security tokens, and related secrets.
Clojure
87
star
5

nebula

Small library for colored (ANSI) output in Erlang/Elixir/LFE. It's can be useful when you need to create user-friendly command-line applications.
Erlang
53
star
6

mimesis-factory

Mimesis integration with factory_boy
Python
52
star
7

macbook

A script for quickly setting up a development environment on the new Macbook.
Shell
47
star
8

rmanns

Remove annotations from the e-books downloaded from the pirate sites, such as www.it-ebooks.info, www.allitebooks.com and another ones.
Python
33
star
9

rkn-sosatb

Remove age verification system form PornHub for Russian users.
JavaScript
20
star
10

log4p

Log4j alternative for Python
Python
13
star
11

django-template

[WIP] A scaffold for all my Django projects.
Python
6
star
12

lk-geimfari.github.io

✍️ My personal blog, where I write my thoughts about software development etc.
CSS
5
star
13

spectet

Host availability monitoring utility that supports various protocols.
Go
3
star
14

mimety

Mimety is a tiny library for Elixir that help you handle mime types.
Elixir
2
star
15

tensorflow-censorship-categorization

2
star
16

hypeapp

Overhead shit that you don't need in your shitty project, but you have to use for hype.
1
star
17

gateway.tips

Gateway for crypto tip and donations.
Python
1
star
18

NFTISTA

NFT art generator which makes it easy to generate a combinations of unique images.
Python
1
star
19

healthy

Service for showing statuses of your services.
1
star
20

Factorial

Factorial brings the 2FA to the convenience of your CLI.
1
star
21

snippets

1
star
22

databank.clj

Simple in-memory database for Clojure.
Clojure
1
star