
Security News
Oxlint Introduces Type-Aware Linting Preview
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
= keyrack
Keyrack is a simple password manager with local or remote storage and RSA and AES encryption.
== Installation
gem install keyrack
== Usage
keyrack [-d directory]
The first time you run Keyrack, it will present you with a series of prompts in order to get you setup. You can specify the -d option if you want Keyrack to put its configuration files somewhere other than ~/.keyrack.
Keyrack can either save its database locally to your filesystem or to a remote location (via ssh). You will be asked which method you want during the setup phase. If you want to access the same remote database from multiple locations, simply copy your Keyrack configuration directory (~/.keyrack by default) to each location.
Running keyrack will display a simple menu in your terminal, like this:
=== Keyrack Main Menu ===
Selecting 1 in this case will copy the Twitter password for the foobar user to your clipboard.
You can create groups (using the 'group' command) to organize your sites.
There are two modes, copy (default) and print. In print mode, keyrack will print out your password instead of copying it to your clipboard. After printing, it will try to erase it after you hit a key (if you're on win32 or have either {termios}[https://github.com/arika/ruby-termios] or {ffi-ncurses}[http://rubygems.org/gems/ffi-ncurses] installed).
== Contributing to keyrack
== Copyright
Copyright (c) 2010 Jeremy Stephens. See LICENSE.txt for further details.
FAQs
Unknown package
We found that keyrack demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oxlint’s new preview brings type-aware linting powered by typescript-go, combining advanced TypeScript rules with native-speed performance.
Security News
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.