Password Protected Single Page Applications and HTML files

295 stars 32 forks 295 watchers HTML GNU Lesser General Public License v3.0
aes-encryption cli client-side-encryption crypto cryptography-tools encrypted-files encryption-tool html password password-protection pbkdf2 web-crypto webcrypto-api
1 Open Issue Need Help Last updated: Aug 25, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The current system improperly uses the URL fragment to store a password, which is problematic because it prevents the fragment from being used for its standard purpose of linking to specific parts of a page. This mechanism also causes the fragment to be removed from the URL, eliminating the option to use it for other functionalities. The developers prioritize restoring the normal behavior of URL fragments over using them for password storage.

Complexity: 3/5
enhancement help wanted

Password Protected Single Page Applications and HTML files

HTML
#aes-encryption#cli#client-side-encryption#crypto#cryptography-tools#encrypted-files#encryption-tool#html#password#password-protection#pbkdf2#web-crypto#webcrypto-api