PageCrypt VS pagecrypt

Compare PageCrypt vs pagecrypt and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
PageCrypt pagecrypt
8 3
475 208
- -
0.0 5.7
about 2 years ago 3 months ago
HTML HTML
MIT License GNU Affero General Public License v3.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

PageCrypt

Posts with mentions or reviews of PageCrypt. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-18.

pagecrypt

Posts with mentions or reviews of pagecrypt. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-03.
  • Is zero-knowledge hosting a thing?
    3 projects | /r/PrivacyGuides | 3 Jan 2023
    Thanks, that's close to what I want! This projects leads to another one which is a bit simpler and closer to what I envisioned. The last project can be enhanced to simplify access - switch from explicit password to password stored in a link itself.
  • Password Protect Static Sites with PageCrypt
    9 projects | dev.to | 2 Feb 2022
    PageCrypt is a novel solution to password protecting HTML without a backend. It’s a library you can use as part of your site’s build step or as a command line tool. It uses the Web Crypto API -- currently supported by all major browsers -- and a password to encrypt an HTML page, which you can then host on any static hosting platform, including Render! An HTML page encrypted with PageCrypt prompts the viewer for a password. Upon entering the correct password, the page is decrypted and its content replaces the password prompt.
  • [AskJS] Thoughts on using the WebCrypto API to protect a static site?
    2 projects | /r/javascript | 1 Feb 2022
    I was researching how to put a password in front of a static site, and someone told me about StatiCrypt. Digging into that a bit more, I found PageCrypt, which uses the standardized WebCrypto API to encrypt an HTML page and put a simple password form in front of it. It also has more recent GitHub activity than the StatiCrypt repo. Here's a PageCrypt example: https://pagecrypt.onrender.com (password is s3cr3t). Before entering the password, right-click and check out how PageCrypt stores the encrypted payload in a hidden

What are some alternatives?

When comparing PageCrypt and pagecrypt you can also consider the following projects:

staticrypt - Password protect a static HTML page, decrypted in-browser in JS with no dependency. No server logic needed.

pagecryptr - R-wrapper for PageCrypt. Client-side password-protection for HTML. See the original browser based app by clicking link below.

webpack - A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.

pagecrypt - PageCrypt example on Render

gulp - A toolkit to automate & enhance your workflow

sasha.html - A pure HTML+CSS+JS local application made to encrypt "very important images" IFYKWIM ( ͡° ͜ʖ ͡°)

auth0-java - Java client library for the Auth0 platform

grunt - Grunt: The JavaScript Task Runner

PrivateBin - A minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bits AES.