Name

Results 24 comments of Name

Thank you, much appreciated!

> 1) Renaming or moving a file causes a full retransmission due to the changed initialization vectors. It seems you have solved my problem with online backups in reverse mode...

But here's a thought: What's the actual benefit of per file IVs anyway? 1. That having the same file twice would create two different encrypted counterparts? That the same files...

This is what I have so far: ``` use tokio::io::{AsyncWriteExt, Result}; use tokio_tungstenite::{connect_async, tungstenite::protocol::Message}; use futures_util::{StreamExt, SinkExt}; #[tokio::main] pub async fn main() -> Result { println!("Hello, tokio-tungstenite!"); let url =...

The intention is to have a simplified example with "less moving parts", no extra functions, no closure, no extra Task, no channel. Just a minimal example for beginners like me...

PS: Where would be an appropriate place to ask beginner questions about this crate? I can't quite figure out how to pass the returns of ws_stream.split() to `fn`s as parameters....

I can imagine you can phrase the warranty in a way that it does not cover the product if the customer does not use your supplied version of NetMQ.

No reply for a year? Is this project still maintained?

Not seeing a reply to this well phrased bug report in over half a year makes me think this project is dead and best avoided.

I have merged this with `master` (although not 100% sure I merged it correctly so not sharing). And I tested this with Yubikey 5 with the PIV applet, and I...