Coder Social home page Coder Social logo

linchpin / psst Goto Github PK

View Code? Open in Web Editor NEW
1.0 3.0 2.0 663 KB

Pretty Secure Secret Transmissions. WordPress plugin to share encrypted expiring posts. This plugin is inspired by the great onetimesecret.com though it does not share any codebase

Home Page: https://psst.linchpin.com

JavaScript 7.91% PHP 76.13% CSS 15.96%
wordpress-plugin utilites wordpress php-encryption expired-secrets secrets linchpin

psst's Introduction

Linchpin

Psst Documentation

Pretty Secure Secret Transactions

This plugin is gives visitors a way to create one time secrets that expire after viewing.

How Does it work?

This project is a WordPress plugin, While it can be used in conjunction with your site, it may make sense to create a stand alone site as it has a specific purpose.

By default all secrets are secured using WordPress defuse/php-encryption.

  • Once a secret is viewed, the secret is deleted from the database.
  • Once the secret expires it is deleted from the database.

Dependencies

defuse/php-encryption This is used for encryting post data.

Good to Haves

This plugin works most effectively when using a true crontab and not specifically relying on WordPress built in scheduler This will allow for better accuracy when doing general cleanup.

Crons

By default 3 cron events are scheduled

  • 5min : Expire all secrets
  • Hourly: Purge and Expired secrets
  • Daily: Daily audit to purge any potentially missed secrets

Changelog

Version: 1.0.2

  • Cleaned Up Markup
  • Fixed an issue where warning would show at incorrect times

Version: 1.0.1

  • Fixed an issue with pass phase protected posts not being displayed.

Version: 1.0.0 Initial Release:

psst's People

Contributors

aaronware avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

psst's Issues

Do not allow link expansion / previews in slack and other chat apps

When you share a link with someone in Slack, the encrypted secret will be displayed to the user.
We need to lock down non browser user agents and bots, additionally, we should block the secret from being displayed at all in the previewing or if some one is using Yoast or another SEO tool.

More than likely the meta data is what is being parsed by Slack and other chat apps

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.