This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# with audio | |
ffmpeg -i video1.mp4 -vcodec libx264 -acodec aac video1_h264.mp4 | |
# without audio | |
ffmpeg -i video1.mp4 -vcodec libx264 -an video1_h264.mp4 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/FsChaCha20/fschacha20.rs b/src/FsChaCha20/fschacha20.rs | |
index ba8e185..781c3e1 100644 | |
--- a/src/FsChaCha20/fschacha20.rs | |
+++ b/src/FsChaCha20/fschacha20.rs | |
@@ -54,6 +54,9 @@ impl FSChaCha20 { | |
} | |
pub fn decrypt(&mut self, chunk: &[u8]) -> Vec<u8> { | |
+ if self.key[0] == 0 { | |
+ println!("Key is not initialized"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Interface] | |
PrivateKey = YPRIV | |
Address = 10.0.0.2/24 | |
# DNS = 1.1.1.1 | |
[Peer] | |
PublicKey = XPUB | |
AllowedIPs = 10.0.0.0/24 | |
Endpoint = XPUBLICIP:51820 | |
PersistentKeepalive = 25 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-----BEGIN PGP SIGNED MESSAGE----- | |
Hash: SHA512 | |
Date: May 12, 2025 | |
Chaintip: 000000000000000000020f4edda4f3360a96d80c49e2c8590dadd02f8808a432 | |
For a number of reasons, I have recently set up a new OpenPGP key, | |
and will be transitioning away from my old one. | |
The old key will continue to be valid for some time, but I prefer all |
OlderNewer