All Projects → pglombardo → Passwordpusher

pglombardo / Passwordpusher

Licence: gpl-3.0
🔐 PasswordPusher is an application to securely communicate passwords over the web. Passwords automatically expire after a certain number of views and/or time has passed.

Programming Languages

javascript
184084 projects - #8 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Passwordpusher

keevault
Kee Vault is a password manager for your web browser. Password databases (Vaults) are encrypted using the KeePass storage format before being sent to a remote server for synchronisation across any modern device/browser
Stars: ✭ 57 (-88.22%)
Mutual labels:  password, password-safety
Devlopr Jekyll
Build and Deploy your Static Site 🚀 using this beautiful Jekyll Framework/Theme built for Creatives
Stars: ✭ 309 (-36.16%)
Mutual labels:  heroku, hacktoberfest
mopass
A OpenSource Clientless & Serverless Password Manager
Stars: ✭ 40 (-91.74%)
Mutual labels:  password, password-safety
Python Scripts
Collection of Various Python Script's.💻
Stars: ✭ 195 (-59.71%)
Mutual labels:  hacktoberfest, password
Kaonashi
Wordlist, rules and masks from Kaonashi project (RootedCON 2019)
Stars: ✭ 353 (-27.07%)
Mutual labels:  password, password-safety
Zws
Shorten URLs using invisible spaces.
Stars: ✭ 780 (+61.16%)
Mutual labels:  heroku, hacktoberfest
laravel-pwned-passwords
Simple Laravel validation rule that allows you to prevent or limit the re-use of passwords that are known to be pwned (unsafe). Based on TroyHunt's Have I Been Pwned (https://haveibeenpwned.com)
Stars: ✭ 67 (-86.16%)
Mutual labels:  password, password-safety
Dockerkit
Control your Docker Containers with HomeKit
Stars: ✭ 72 (-85.12%)
Mutual labels:  hacktoberfest, docker-container
Buttercup Core
🎩 The mighty NodeJS password vault
Stars: ✭ 340 (-29.75%)
Mutual labels:  hacktoberfest, password
Bewgor
Bull's Eye Wordlist Generator - Does your password rely on predictable patterns of accessible info?
Stars: ✭ 333 (-31.2%)
Mutual labels:  password, password-safety
Ha Dockermon
A NodeJS RESTful API which can be used with Home Assistant to report the state of Docker Containers
Stars: ✭ 171 (-64.67%)
Mutual labels:  hacktoberfest, docker-container
Passmaker
可以自定义规则的密码字典生成器,支持图形界面 A password-generator that base on the rules that you specified
Stars: ✭ 363 (-25%)
Mutual labels:  password, password-safety
Docker Influxdb Grafana
A Docker container which runs InfluxDB and Grafana ready for persisting data
Stars: ✭ 130 (-73.14%)
Mutual labels:  hacktoberfest, docker-container
Www.ruby Lang.org
Source of the https://www.ruby-lang.org website.
Stars: ✭ 790 (+63.22%)
Mutual labels:  heroku, hacktoberfest
Passwd
A beautiful, cross-platform, encrypted password manager 🔐
Stars: ✭ 82 (-83.06%)
Mutual labels:  hacktoberfest, password
password-list
Password lists with top passwords to optimize bruteforce attacks
Stars: ✭ 174 (-64.05%)
Mutual labels:  password, password-safety
Password Strength
Angular UI library to illustrate and validate a password's strength with material design - Angular V9 supported
Stars: ✭ 186 (-61.57%)
Mutual labels:  password, password-safety
Openjdk Build
AdoptOpenJDK community OpenJDK build scripts - common across all releases/versions
Stars: ✭ 764 (+57.85%)
Mutual labels:  hacktoberfest, docker-container
Portainer
Making Docker and Kubernetes management easy.
Stars: ✭ 20,434 (+4121.9%)
Mutual labels:  hacktoberfest, docker-container
Docker Pi Hole
Pi-hole in a docker container
Stars: ✭ 4,288 (+785.95%)
Mutual labels:  hacktoberfest, docker-container

Password Pusher Front Page

PasswordPusher is an opensource application to communicate passwords over the web. Links to passwords expire after a certain number of views and/or time has passed.

Hosted at pwpush.com but you can also easily run your own instance internally on Docker, Kubernetes, OpenShift or on Heroku with just a few steps.

Follow PasswordPusher on Twitter for the latest news, updates and changes.

CircleCI

💾 Running your own Instance of PasswordPusher

On Heroku

One click deploy to Heroku Cloud without having to set up servers.

Deploy

On Docker

Docker images of PasswordPusher are available on Docker hub.

➜ ephemeral

docker run -d -p "5000:5000" pglombardo/pwpush-ephemeral:latest

Learn more

➜ using an External Postgres Database

docker run -d -p "5000:5000" pglombardo/pwpush-postgres:latest

Learn more

With Docker Compose

Included in this repository is containerization/pwpush-postgres/docker-compose.yaml which can be used by simply running:

docker-compose up -d
docker-compose down

Learn more

On Kubernetes

We currently don't supply a prebuilt Kubernetes YAML file yet but you can deploy the above Docker images using this documentation.

On Microsoft Azure

See this blog post on how to deploy PasswordPusher to Azure by Craig McLaren.

On OpenShift

See our OpenShift documentation.

From Source

Make sure you have git and Ruby installed and then:

git clone [email protected]:pglombardo/PasswordPusher.git
cd PasswordPusher
gem install bundler
bundle install --without development production test --deployment
bundle exec rake assets:precompile
RAILS_ENV=private bundle exec rake db:setup
foreman start internalweb

Then view the site @ http://localhost:5000/.

Note: You can change the listening port by modifying the Procfile

📼 Credits

Thanks to:

📡 See Also

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].