id101010 / cryptopus

Cryptopus is a ruby on rails web application for storing and sharing passwords and other sensitive data. All data is stored encrypted in a database, safe from third party access.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

Build Status

Welcome to Cryptopus

Cryptopus is a Ruby on Rails web application for storing and sharing passwords and other sensitive data. All data is stored encrypted in a database, safe from third party access. A password manager is used to encrypt data and manage users and usergroups.

Cryptopus combines symmetric and asymmetric encryption.

Learn more about Cryptopus on our wiki page.

Development

see Development

Warning!

Putting all your passwords in a database accessible over the internet might be a relevant security threat. Most critical for your data's safety is

  • strong root and user passwords (!!)
  • a SSL-secured connection (never use an unecrypted connection!)
  • internal network only access (vpn)

Remember, Cryptopus won't make your passwords more secure. It simply gives you the possibility to manage them in a nice way, store them in a safe manner and share them with other people if you wish to do so.

Under no circumstances can we be held liable for password theft, lost passwords or any other inconvenience caused by using cryptopus.

Disclaimer

This program is distributed WITHOUT ANY WARRANTY;

Without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

See the License for more details.

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see licenses.

Copyright (c) 2008-2017, Puzzle ITC GmbH.

Contact Information

Cryptopus was made by the guys at Puzzle ITC. Please go to our website in order to get in touch with us.

About

Cryptopus is a ruby on rails web application for storing and sharing passwords and other sensitive data. All data is stored encrypted in a database, safe from third party access.

License:Other


Languages

Language:Ruby 74.9%Language:HTML 11.6%Language:CoffeeScript 6.6%Language:JavaScript 4.1%Language:CSS 2.6%Language:Shell 0.2%Language:Dockerfile 0.1%