nwaku/waku/v2/utils
G ea8d72188e
feat: add keyfile support for RLN credentials secure storage (#1285)
* feat(utils): add keyfile + test

* feat(keyfile): make id and version field optional

* feat(rln): enable input password for keyfile encryption

* refactor(keyfile): store multiple keyfiles in single file

* refactor(rln): write and read rln credentials proc using keyfiles + test update

* feat(keyfile): allow skip successful decryption to iterate among multiple keyfiles + test

* fix(rln): add rln-relay-cred-password in wakunode2 config

* chore(keyfile): remove unnencessary echo

* refactor(rln/kesyore): address reviewers' comments

* refactor(rln/keyfile): use defer instead of try/finally

* feat(rln): address reviewers comments; return all successful decryptions

* chore(keyfile): add comments; changed name to loadKeyfiles

* feat(keyfile): chmod 600 for keyfiles

* fix(rln): fix errors raised by readRlnCredentials

* feat(keyfile): add nim-eth tests; address reviewers comments

* fix(keyfile/rln): better error handling

* refactor(keyfile): refactoring nim-eth tests

* fix(keyfile): fix wrong index

* fix(keyfile): fix wrong password generation in test

* feat(keyfile): add wrong mac test

Co-authored-by: Aaryamann Challani <43716372+rymnc@users.noreply.github.com>
2022-10-28 11:13:05 +02:00
..
README.md Refactor: Put waku_type content where it belongs (#333) 2021-01-06 17:35:05 +08:00
collector.nim feat(chat2): metrics server + metrics logging (#1279) 2022-10-21 14:03:36 +05:30
keyfile.nim feat: add keyfile support for RLN credentials secure storage (#1285) 2022-10-28 11:13:05 +02:00
namespacing.nim Refactor waku protocols and utils (#667) 2021-07-15 11:25:52 -07:00
peers.nim feat(relay): add support for gossipsub peer exchange (#911) 2022-03-29 10:09:48 +02:00
protobuf.nim feat(store): Allow messages to be marked as "don't store" (#1119) 2022-09-13 16:07:06 +05:30
requests.nim chore: update nwaku submodules (#1123) 2022-09-07 16:31:27 +01:00
time.nim feat(rln-relay): metrics (#1185) 2022-09-30 18:13:42 +05:30
wakuenr.nim Add support for RFC31 ENR (#789) 2021-12-06 20:51:37 +01:00

README.md

Utils

Collection of misc utilities that don't fit anywhere else, and are used by multiple independent modules.