Wykres commitów

8 Commity (7021e3ad8d2deee5ebee872c5f51cbfec410a320)

Autor SHA1 Wiadomość Data
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 158668677d fix: cast password to string. Closes #149
Number-only passwords were breaking crypto-js
2022-11-30 09:07:08 +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 ba24ae42c0 handle passing password through env 2022-11-21 22:46:45 +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