Wykres commitów

22 Commity (main)

Autor SHA1 Wiadomość Data
robinmoisson bc7bccd39a
add toggle visibility icon, closes #189 2024-04-17 15:17:47 +02:00
robinmoisson 1e5e6cf7dd
add --share-remember to remember the password in shared links
closes #183, closes #184. Thank you @uzadude!
2024-02-13 21:58:59 +01:00
robinmoisson 8cf1ab5cd6
use salt from encrypted file when decrypting 2023-04-23 10:44:39 +02:00
robinmoisson 5d99ce92ba
add support for decrypting in the CLI (closes #112) 2023-04-23 00:21:30 +02:00
robinmoisson f5721f079a
add and run prettier 2023-04-19 11:18:27 +02:00
robinmoisson 5ef120be53
rename passphrase into password 2023-04-19 09:57:12 +02:00
robinmoisson 4696a24324
support encrypting multiple files 2023-04-19 09:47:05 +02:00
robinmoisson ff55a69c99
add color customization of template 2023-04-03 13:45:36 +02:00
Roy Francis 707d05c83f
allow color customization of template (#172) 2023-04-03 13:37:03 +02:00
robinmoisson 059701ce89
refactor password template to make it simpler (closes #167) 2023-03-30 18:53:21 +02:00
robinmoisson 92691a1994
make WebCrypto the only engine available (closes #168) 2023-03-30 18:53:20 +02:00
robinmoisson 228af74a61
use URL fragment for logout/auto-decrypt (closes #156) 2023-03-29 11:49:10 +02:00
Robin Moisson 2697766619
Support for WebCrypto in 2.x (#164)
Closes #139 , closes #20 , closes #111
2023-03-29 10:50:31 +02:00
Robin Moisson 57ea090768
raise PBKDF2 iterations in backward compatible way (#160)
This addresses the concerns and plan detailed in #159
2023-03-01 18:46:48 +01:00
robinmoisson 4fa627980c handle spaces in {tag} placeholders when rendering - closes #148 2022-11-30 09:07:15 +01:00
robinmoisson 4f81530106 better path mapping & error logging, clean CLI functions from www #146 2022-11-23 23:20:46 +01:00
robinmoisson ba24ae42c0 handle passing password through env 2022-11-21 22:46:45 +01:00
robinmoisson 76e972e826 add share feature 2022-11-20 19:16:27 +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
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