Skip to content

Instantly share code, notes, and snippets.

View feelingnothing's full-sized avatar

feelingnothing feelingnothing

View GitHub Profile
@deadlinecode
deadlinecode / fix.md
Last active November 12, 2025 04:50
Connecting Zen or other Firebox based Browsers with KeepassXC (Flatpak)

How to fix the connection between Firefox Based browsers (like Zen) and KeepassXC (both installed via flatpak)

Credits to this comment i found: keepassxreboot/keepassxc#7352 (comment)
Sadly this only works for firefox but not firefox based browsers like Zen

So after literally live debugging the source code of zen here is the fix (technical explanation further down):

TL;DR:

@roccodev
roccodev / hash.rs
Last active May 31, 2025 23:07
Minecraft SHA-1 complement hash calculation in Rust
// Copyright (C) 2019 RoccoDev
// Licensed under the MIT license.
// <https://opensource.org/licenses/MIT>
// Bench results:
// First hash: 152ms
// Second hash: 1ms
// Third hash: 0ms
extern crate crypto; // Tested with 0.2.36