Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hartfordfive/simple-passwordshare
Minimalist Python based password sharing tool.
https://github.com/hartfordfive/simple-passwordshare
Last synced: about 8 hours ago
JSON representation
Minimalist Python based password sharing tool.
- Host: GitHub
- URL: https://github.com/hartfordfive/simple-passwordshare
- Owner: hartfordfive
- License: apache-2.0
- Created: 2015-08-05T12:40:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2014-06-12T16:05:48.000Z (over 10 years ago)
- Last Synced: 2023-08-03T20:23:17.202Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 195 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
##Intro
SimpleOTP is a Python based minimalist password sharing tool.
##Dependencies
- CherryPy framework (3.2.4+)
- pyOpenSSL (0.13.1+) (if SSL is enabled in your config)
- SQLite##Installation/Configuration
- Modify the "data/app.conf" configuration file to reflect your necessary options
- Checkout the project in the desired directory and simply execute the run.sh script
- If you wish to use the HTTPS protocol, you will have to enable it in the app.conf as well as generate your own key and certificate.
- Ensure that the current user has permissions to modify the content in the directory you're running the app.
- To run the app, simply execute ./run.sh##Notes
- Shared password links can only be accessed once. The password is immediatley deleted from the DB upon retreival.
##License
Copyright 2014 MindGeek, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.