Siyuan Ren

Results 119 comments of Siyuan Ren

> It would be even better if argon2 dose not appear in the json file. Knowing argon2 gives the attack little advantage. If anything, deterrence.

You mean, paying for a security company for analysis? No, it hasn't been done before.

How do you plan the UX for this?

You can do the same thing with `gpg` already. The only benefit of `securefs` in that scenario is to avoid re-encryption. But that is a very minor benefit given how...

The learning curve of GPG comes with the concept and the management of public/private key pairs. Moving that functionality to `securefs` does not lower the bar at all.

pcre has a new version called pcre2 with backwards incompatible new API. The new API uses `size_t` instead of `int` to refer to lengths, so it can handle strings larger...

> 已经支持自动更新了啊,你们不知道吗? 但是我没有成功过,我猜测得开魔法,但是电视魔法太难了

直接在设置里可以填更新地址吧 大家各显神通,自己搞自己的服务器

> > 直接在设置里可以填更新地址吧 大家各显神通,自己搞自己的服务器 > > 大佬 我怎么没看到设置在哪里啊?电视上进去所有能看到的只有各个电视台的频道 呃,我只是提议希望加入这个功能,现在没有这个设置

Can you try running `TAKEOWN` with `\\?\` prefixed path? That is, if the directory is `D:\a\b\c`, use `\\?\D:\a\b\c` instead (only back slash works, and the path must be absolute).