Wykres commitów

107 Commity (158668677d9bb9eb179e6e71d7725c651e90dee4)

Autor SHA1 Wiadomość Data
robinmoisson 158668677d fix: cast password to string. Closes #149
Number-only passwords were breaking crypto-js
2022-11-30 09:07:08 +01:00
dth292 e4dfffb267
fix wrong template file path (#147)
the file is from lib/password_template.html
2022-11-29 09:48:44 +01:00
robinmoisson 9ed9ded68c use .replace instead of .replaceAll for node 12 compat 2022-11-24 00:23:52 +01:00
robinmoisson 4f81530106 better path mapping & error logging, clean CLI functions from www #146 2022-11-23 23:20:46 +01:00
robinmoisson 1162e35e2c remove google analytics, save traffic to supabase 2022-11-22 15:44:18 +01:00
robinmoisson 0347b4429d improve README 2022-11-22 12:38:03 +01:00
robinmoisson ba24ae42c0 handle passing password through env 2022-11-21 22:46:45 +01:00
robinmoisson 786ca7a681 fix index cryptoJS file path 2022-11-21 11:34:21 +01:00
robinmoisson 02f2efece8 update community and alternative README section 2022-11-20 20:12:07 +01:00
robinmoisson 5eb057d47d better readme 2022-11-20 19:37:53 +01:00
robinmoisson e81e3c5522 fix node crypto-js dependency version 2022-11-20 19:19:40 +01:00
robinmoisson 76e972e826 add share feature 2022-11-20 19:16:27 +01:00
robinmoisson 7e9578d166 build files index + example 2022-11-20 15:36:36 +01:00
robinmoisson ae83baab04 add label-error CLI option - closes #132 2022-11-20 15:33:08 +01:00
robinmoisson 4950611dc4 add spinner to fix flash of password prompt when auto-decrypting 2022-11-20 15:30:48 +01:00
Robin Moisson 4ca89dab35
refactor common crypto function (#141)
* dedupe common crypto functions

* split build step, facto all uses of codec/cryptoEngine, rename

* fix embed cryptojs path in cli

Co-authored-by: Adam Hull <adam@hmlad.com>
2022-11-20 15:25:16 +01:00
Susan 1ae32c3864
fix link in readme (#144) 2022-11-20 15:23:38 +01:00
Adam Hull bdc831d91f
Organize source files into more directories (#137)
* organize into directories

* address comments from PR#137
2022-11-05 11:58:21 +01:00
Adam Hull 9bac93c011
add build script and remove duplicate files (#135) 2022-10-30 10:03:40 +01:00
Robin Moisson f231ca9e05 update doc to add npx 2022-04-23 20:07:04 +02:00
Robin Moisson f390792452 fix path for config file + patch bump 2022-04-23 19:56:59 +02:00
Robin Moisson 7ee936cbda update readme 2022-04-23 12:49:27 +02:00
Robin Moisson 46980d1ce6 bump minor version 2022-04-23 12:24:32 +02:00
Robin Moisson e25ab1411c update readme 2022-04-23 12:23:39 +02:00
Robin Moisson cad496355f add support for config file + save salt 2022-04-23 12:00:18 +02:00
Robin Moisson 8548bf3ce4 add link to github repo 2022-02-27 19:55:03 +01:00
Robin Moisson 14c6f7d285 update README with warning to reuse same salt 2022-02-27 19:52:38 +01:00
Robin Moisson 0c5dbe7ec5 add preview image to README 2022-02-27 19:42:46 +01:00
Robin Moisson 07edf6fdfd add "--salt" flag to handle multiple pages encryption 2022-02-27 19:37:17 +01:00
xdsoar 70912c3b95
add "salt" arg to use same salt for multiple pages (#126) 2022-02-27 17:50:15 +01:00
Robin Moisson 5c9bb04d20 set remember checkbox as default behavior, add `--noremember` flag 2022-02-10 19:58:07 +01:00
Robin Moisson 645d7e1e96 update version to 2.0.0 to prevent breaking custom password_template 2022-02-10 18:55:15 +01:00
Robin Moisson 26563f57a6
Add "Remember me" button (#124)
Allow user to save their (hashed + salted) password in localStorage with optional expiration

Co-authored-by: Ashwin Ramaswami <aramaswamis@gmail.com>
2022-02-10 09:22:32 +01:00
Robin Moisson 5f9b225261 update readme to add contribution & alternatives sections 2022-02-09 14:41:57 +01:00
Robin Moisson 38a3f5b297 add similar project from MaxLaumeister link 2019-06-28 16:27:43 +02:00
Robin Moisson ea2da5be81 add salt and key derivation, close #113 2019-06-28 16:23:13 +02:00
Robin Moisson 591f697a46 wording 2018-02-19 19:45:43 +01:00
Robin Moisson 6508c4ae36 CLI: change embed default to true + bump minor 2018-02-19 19:42:25 +01:00
Robin Moisson 758e12440d use custom named file for crypto-js instead of cdn (blocked by adblockers) 2018-02-19 19:39:40 +01:00
Robin Moisson c7e1b5c3b4 bump npm patch version 2018-02-19 19:08:33 +01:00
Robin Moisson 787a1e1f0e Merge branch 'gh-pages' of github.com:robinmoisson/staticrypt into gh-pages 2018-02-14 11:12:33 +01:00
Robin Moisson e1f7e99058 typo - remove superfluous space in alert, fix #106 2018-02-14 11:11:48 +01:00
Robin Moisson 3ec30078f6 typo - remove superfluous space in alert 2018-02-14 11:11:06 +01:00
Robin Moisson 86391b34b7 use path everywhere + increment npm patch version 2018-01-17 14:51:12 -04:00
Robin Moisson 3f4844fcb7
Merge pull request #105 from sebtoun/gh-pages
fixes robinmoisson/staticrypt#104
2018-01-17 19:48:20 +01:00
Sebastien Andary 90352fdb84 fixes robinmoisson/staticrypt#104 2018-01-17 12:31:57 +01:00
Robin Moisson 57da51ff88 add reference to CLI on gh-page website 2018-01-14 08:03:45 -04:00
Robin Moisson 2126a97977 typo readme 2018-01-14 07:57:11 -04:00
Robin Moisson 8e75419a2d
Merge pull request #103 from robinmoisson/password_template
add option to use custom password template file, close #102
2018-01-13 00:07:55 +01:00
Robin Moisson d63176bce4 add option to use custom password template file, close #102 2018-01-12 19:06:16 -04:00