Valery Yundin

Results 12 comments of Valery Yundin

I made a pull req with my SRP-6a implementation here #267

It is tested against rfc5054 test vector and examples at http://srp.stanford.edu/demo/ If you have a particular implementation in mind, I can have a look. It wouldn't be too difficult to...

TLS-SRP has a bit narrower scope than SRP-6a. The SRP part of TLS-SRP is actually a bit simpler, but there is all TLS parts as well, which are missing in...

That would be a nice application indeed. Unfortunately, Gmail does not provide possibility to import chat messages. The only alternative would be to save chats in MBOX format and upload...

Import chats as emails is possible. I shall think of the best way to do it.

Hi, More than a year ago Skype for Linux switched its storage to sqlite3. I'm not sure if anyone still uses version 2.1 which this project is aimed at.

Are you using Skype version 2.1? Because it is the last version which used proprietary DBB format which skypelog reads. Since then Skype switched to sqlite database, which you can...

I don't have Skype 2.1 so it is hard to test any changes. This project was more intended as a starting point for interested people, rather than end-user tool. You...

Looks like traffic from inside VM gets NATed into ULA address of the host instead of GUA. E.g. when I send pings from the host, I see: ``` IP6 (flowlabel...

Mounting append-only repo without locking should definitely be possible (not sure how manifest changes happen in append-only, but they could be made atomic). For non-append repos, one could have an...