KrisWebDev

Results 4 issues of KrisWebDev

Hello, Please correct this terrible bug in encfs/encfs/compatwin.cpp ``` HANDLE f = CreateFileW(fn.c_str(), flags == O_RDONLY ? GENERIC_WRITE : GENERIC_WRITE|GENERIC_READ, FILE_SHARE_DELETE|FILE_SHARE_READ|FILE_SHARE_WRITE, NULL, OPEN_EXISTING, 0, NULL); ``` MUST BE : ```...

It's not implement and it would be difficult to get the wallet balance for several coins (Superzero, Ergo, Flux...). It makes it very unpractical to track efficiency of mining: need...

enhancement

HTML5 introduces the attribute value [rel="noreferer"](http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#link-type-noreferrer) on links, which allows the link to be accessed anonymouysly, without having to use anonym.to, bit.ly or data:uri with a redirection. Not sure if...

As computing power grows in time and new exploits are discovered, it may be necessary to: - Change the header and/or payload encryption & hashing algorithms when they become potentially...

enhancement