-
I see in the Crypter class that it accepts all algorithms, even (insecure) stream ciphers, ecb mode ciphers and a few others.
I would like to see some warning when one of them is used ;-)
Scott …
-
I'm trying to update MacPorts `py-grpcio` to version 1.33.2.
There a linker fail with
```
ld: illegal text reloc in '_ChaCha20_ctr32' to '_OPENSSL_ia32cap_P' for architecture x86_64
```
M…
-
Each time a new chunk (blob) is read for upload the TeraSender (and I assume other chunk related code paths) call crypto_app().encryptBlob() such as: https://github.com/filesender/filesender/blob/mas…
-
Currently the only form of documentation is the project's README and a now out-of-date YouTube video. Documentation needs creating to provide user's with a better understanding of how to install and u…
-
@CryptoCoderz
I running Ubuntu desktop 20.10 on a raspberry 4. I Compile the wallet as at https://blog.espers.io/getting-espers-wallet-and-setting-it-up-1ac91c0bfd21 described.
After compiling …
-
You should change the name of the function for Base64. There is a reason you used the python function called encode, not encrypt. Base64 is not encryption, simply encoding.
-
After the recent update to v2.1.0.1 (8cd2c3b7a531bb3e28b539fe962be154b2181d84), curecoin-qt started to segfault when you try to unlock a wallet, enter any passphrase and press OK:
```
Reading symb…
-
I'm getting this error on iOS. fatal error: 'upb/msg.h' file not found
Steps to reproduce the behavior:
1. Create a new flutter project.
2. Add cloud_firestore: ^0.13.7 and firebase_core: ^0.4.4…
-
bool MMKV::appendDataWithKey(const MMBuffer &data, const std::string &key)
//==========================
writeAcutalSize(m_actualSize + size);
m_output->writeString(key);
m_output->writeDa…
-
hi there,
im working on my own crypto and i wanted to cd src make -f makefile.unix to generate a hidden folder with a code inside.
i get this error and im losing my mind.
thanks,
make -f mak…