PunkDev

Results 3 issues of PunkDev

**Describe the bug** When navigating to Node I get the 500 **To Reproduce** Steps to reproduce the behavior: 1. Go to 'Node' 2. See error **Expected behavior** no error **Desktop...

bug

## Summary Previous implementation doesn't work correctly. Tested e.g. with Amethyst and nak. The kind 4 messages encrypted with nip44 could not be decrypted. ## What changed? Replaced the current...

Without bouncycastle as a security provider you get a runtime exception when trying to encrypt/decrypt: ``` Execution error (InvalidAlgorithmParameterException) at com.sun.crypto.provider.ChaCha20Cipher/engineInit (ChaCha20Cipher.java:335). ChaCha20 algorithm requires ChaCha20ParameterSpec ``` The tests are...