-
**Is this a request for help?**: Yes
---
**Is this an ISSUE or FEATURE REQUEST?** (choose one): Issue
---
**What version of acs-engine?**: 0.13.1
---
**Orchestrator and version (e.g. Kubernete…
-
**Describe the bug**
There is a crash of the node due to a nil pointer on my external node on testnet shard0. However, after the node restarted, it never enters view change mode. I checked the commit…
-
Tried encrypting and decrypting excel files the same way I am doing for csv/txt files but I am not able to.
**Encryption**
var rawMessage= fs.readFileSync(path)
await openpgp.initWorker({ path: '…
-
Currently `remove-public-keys` uses a `publicKeys` field for its array of key ID strings to be removed, whereas `remove-services` uses `ids` for the same array of ID strings. We should change `remove-…
-
Hi Team,
I am new to JIFA, not sure the process which i followed is correct or not.
1. Downloaded Jifa from https://projects.eclipse.org/source-repository-type/git
2. Then placed heap dump (hpr…
-
I must be doing something wrong, but when I make/check keys using uECC with the secp256k1 curve, they don't match the results I get from Java's built-in crypto or popular libraries such as [BouncyCast…
-
`see it work` testing for Orion -> Tessera migration script. Similar to @pinges's privacy on a forking consensus mechanism test.
- [x] Create Besu Orion network and submit a number of transactions …
-
I am not able to decrypt a key generated by BCPGP (Version: BCPG C# v1.6.1.0), while i am able to do it with other tools.
The same is happening when i try to encrypt a file, by using a public key, V…
-
Hello everyone,
Here is my issue.
I must retrieve a file, encrypted with pgp, from a ftp server, and put it decrypted on another ftp server.
For that, I would like to read the file from ftp, thro…
-
```
const { data } = await decryptMessage({
message: openpgp.message.read(stream),
signature: getSignature(decryptedSignature),
sessionKeys: keys.sessionKeys,
publicKeys: keys.pri…