TheRook

Results 17 issues of TheRook

SHA512 is not an encryption algorithm, it is a cryptographic hash function. This hash function is **not suitable for passwords** because it is a very light functional that can be...

I like gae-sessions, and I have made some great improvements in my fork: https://github.com/MikeBrooks/gae-sessions As a cryptographer the use of MD5 bothers me because it is a broken primitive. Although...

(efficiency)Session id length cut in more than half (efficiency)timestamp in SID has been reduced form 10 bytes to 4 bytes with bit packing (efficiency)add a cron job to the demos...

I am a Security Analyst and I am performing a Hybrid Application Analysis for a Fortune 100 company that is using sjcl. The assessment team uncovered a weaknesses in how...

I noticed some bad behavior with the pybloomfiler to I wrote a simple set of tests. A ~22% failure rate is really bad. As a quick fix i am using...

Shouldn't the user have a secp256k1 key to be in line with Ethereum and the other web3 projects? https://github.com/redwood/redwood/blob/dc6d2a557d6179d9892addaa383d0bdc96d08492/utils/certs.go#L20-L21 secp256k1 is supported by tls1.2 and above.

### Improvement Description I have found that Asterisk tends to run with root permissions on many deployments, and while this was once common place - it violates the principle of...

improvement
support-level-core

In light of the recent Floodfill router DDoS. Denial-of-service is an effective means of censorship and I can see attacks like this becoming a bigger concern on the network. Seeing...

## 💥 Proposal A zero knowledge deck of cards, as an example with a shuffled deck of cards playing a game of poker. Let N number of players be dealt...

Is c-blosc2 project interested in having a wasm build target? I don't think there is any issue with the [wasm memory manager](https://radu-matei.com/blog/practical-guide-to-wasm-memory/) here - and this compressed K/V storage is...