Wykres commitów

185 Commity (main)

Autor SHA1 Wiadomość Data
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
Robin Moisson 3d96b573f8
Merge pull request #101 from robinmoisson/cli
Update CLI doc & info for publication on npm
2018-01-04 21:21:12 +01:00
Robin Moisson cbd521b276 update cli/package.json 2017-12-28 12:36:32 +01:00
Robin Moisson 983e7fc0f2 refactor cli argument parsing 2017-12-28 12:32:27 +01:00
Robin Moisson 82e309d4fb update readme for CLI 2017-12-28 12:32:09 +01:00
Robin Moisson 1089909a1b
Merge pull request #99 from AaronCoplan/staticrypt-cli
Adding a CLI for staticrypt.
2017-12-28 11:53:26 +01:00
AaronCoplan aae55d592b
Made final argument parsing changes. 2017-12-27 15:21:49 -05:00
AaronCoplan 3817b679fe
Refactored to use yargs. 2017-12-26 22:35:24 -05:00
AaronCoplan 2bc104479c
Added requested changes to fix errors. 2017-12-20 22:33:59 -05:00
AaronCoplan 686adb3b62
Added crypto-js.min.js for offline embed. 2017-12-18 20:32:43 -05:00
AaronCoplan 39e51bf0a7
Made embed work without internet and fixed naming. 2017-12-18 20:32:27 -05:00
AaronCoplan 2c432bb62f
Removed test file and its role in package.json. 2017-12-18 20:26:50 -05:00
AaronCoplan a612499c9c
Made requested updates with calls to toString(). 2017-12-18 19:34:19 -05:00
AaronCoplan 3a1d8b7113
Added package-lock file. 2017-12-15 16:51:33 -05:00
AaronCoplan 455cc7d508
Added MIT license for staticrypt-cli 2017-12-15 16:50:44 -05:00
AaronCoplan 36f1107e29
Added usage information. 2017-12-15 16:47:57 -05:00
AaronCoplan 9f7cfeb440
Made runnable via command line `staticrypt`. 2017-12-15 16:37:02 -05:00
AaronCoplan c2805b12d7
Code cleanup. 2017-12-15 16:26:20 -05:00
AaronCoplan 2026971680
Improved arg parsing. 2017-12-14 18:07:05 -05:00
AaronCoplan 94a84c5837
Fully working encryption via command line. 2017-12-14 17:38:34 -05:00
AaronCoplan 10b0cebe31
Added argument parsing and file reading. 2017-12-14 17:00:11 -05:00
AaronCoplan eab7422055
Initial setup for cli. 2017-12-14 16:47:19 -05:00
Robin Moisson 78597f68ce call toString on SHA256 in HMAC gen. for external tool compat. closes #98 2017-09-29 12:36:38 +02:00