{"id":15917525,"url":"https://github.com/takuya/auth_keys","last_synced_at":"2025-09-08T16:49:02.927Z","repository":{"id":36068256,"uuid":"40367585","full_name":"takuya/auth_keys","owner":"takuya","description":"My Password  Managements . Authkey stores and loads  ~/.auth_key.","archived":false,"fork":false,"pushed_at":"2018-11-26T05:51:35.000Z","size":40,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-27T21:21:35.896Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/takuya.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-08-07T15:34:29.000Z","updated_at":"2018-11-26T05:51:36.000Z","dependencies_parsed_at":"2022-08-31T22:24:57.957Z","dependency_job_id":null,"html_url":"https://github.com/takuya/auth_keys","commit_stats":null,"previous_names":["takuya/auth_key"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/takuya/auth_keys","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takuya%2Fauth_keys","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takuya%2Fauth_keys/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takuya%2Fauth_keys/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takuya%2Fauth_keys/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/takuya","download_url":"https://codeload.github.com/takuya/auth_keys/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/takuya%2Fauth_keys/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260256240,"owners_count":22981806,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-06T18:11:15.569Z","updated_at":"2025-06-16T23:04:32.062Z","avatar_url":"https://github.com/takuya.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AuthKeys\n\nSaving and Editing passwords more easily.\nUsing ~/.auth_keys file , this is space seperated file.\n\n## Usage\n\nAuthKeys uses CSV/TSV passwod list.\nFile format is TSV(space sperated) for easy to edit.\n\n## example of ~/.auth_keys\n    softbank    080xxxxxxxxx              12345678\n    mobilepoint example@i.softbank.jp     passs\n    starbucks   example@gmail.com         passssss\n    au          example@au                passssss\n    wi2         example@au                passssss\n    7spot       example@gmail.com         passssss\n\n## Example \n    #/usr/bin/env ruby \n    require 'auth_keys'\n    AuthKeys[\"site_name\"]\n\n~/.auth_keys is to store id/pass pair.\n\n| key(site_name) | login_id | password |\n|----------------|----------|----------|\n|mixi| username@example.com | my_pass  |\n\n# execute from CLI  (bin/auth_keys)\n\nSpace sperateted is very easy for editing and reading, but not enough secure.\nSo auth_keys comannd is available, for easy to encrypt and to decrypt ~/.auth_keys from CLI.\n\n    $ auth_keys -e  #encrypt ~/.auth_keys  after edit\n    $ auth_keys -d  #decrypt ~/.auth_keys  before edit\n    $ auth_keys -l  #list key names  ~/.auth_keys \n    $ auth_keys -k key  #retrieve id/pass pair from  ~/.auth_keys \n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'auth_keys_chain'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install auth_keys_chain\n\n## Contributing\n\n1. Fork it ( https://github.com/takuya/auth_keys/fork )\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakuya%2Fauth_keys","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftakuya%2Fauth_keys","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftakuya%2Fauth_keys/lists"}