-
Current blowfish implementation is said to be bad. Get a better code, or rather, use a NuGet package.
---
Beep, boop, I'm [a bot](https://github.com/LeagueSandbox/IssueBot)! This issue was created b…
-
How do I do this?
```
const decryptChunk = (chunk, blowFishKey) => {
let cipher = crypto.createDecipheriv('bf-cbc', blowFishKey, Buffer.from([0, 1, 2, 3, 4, 5, 6, 7]));
cipher.setAutoPadding…
-
would also provide (almost for free) bcrypt
-
https://github.com/tdf/odftoolkit/blob/master/odfdom/src/main/java/org/odftoolkit/odfdom/pkg/OdfPackage.java#L1901
there is some encryption code in OdfPackage but it is using obsolete algorithms.
…
-
BouncyCastle 1.9 introduced validations of the Blowfish key size (https://github.com/bcgit/bc-csharp/blob/release/v2.0/crypto/src/crypto/engines/BlowfishEngine.cs#L444). More precisely, it must be bet…
-
Hi
In Debian after a archive rebuild, yapet 2.6 fails the testsuite for 3 tests causing a failure in building the package.
The report is at https://bugs.debian.org/1064724 and full quoting for r…
-
Two functions in Python cannot be implemented using Rust
1. `KDF.KDF._bcrypt_hash` function The parameter 'invest=False' cannot be implemented, but 'invest=True' can be implemented by modifying the c…
-
Fish encryption / blowfish would be a great feature to add in sfos irc. https://github.com/roop/qblowfish#readme
please add
-
Hello,
I stumbled over a peculiar issue compiling openwall's crypt_blowfish using lcc for Quake 3 VMs, possibly a compiler bug.
It's really out of my depth, but here's the issue I created which …
-
### Description
"Encrypt" DMs using the Blowfish method.
### More info
Add a button to the tray in DMs which allows you to enable encryption within that specific DM and lets you set a keyphra…