Nadav Ivgi

Results 99 issues of Nadav Ivgi

- [X] I have read & abide by the CONTRIBUTING.md and CODE_OF_CONDUCT.md guidelines and agree to license my contributions as CC0-1.0. type of change ===== - [X] adding a tool...

Instead of asking the user to provide his public key, he could just provide his digital signature from the terms and have the public key extracted from it. This requires...

enhancement

Should use the following header: ``` Content-Security-Policy: default-src https://www.bitrated.com/; frame-src 'none'; object-src 'none'; connect-src https://www.bitrated.com/ https://blockchain.info/ https://coinb.in/; report-uri /csp-violation/ ``` This is pretty much as strict as it can get....

security

- [x] Use ~~forever/nodemon~~ a small bash script to automatically restart the nodejs servers when they crash - [ ] Send logs to an external tracking monitoring service to keep...

Implement short URLs by storing an AES-encrypted copy of the full data on the server, and provide URLs with an identifier in the path and the key in the hash,...

enhancement

[EDIS](http://www.edis.at/en/home/) (Austria) looks pretty good and have reasonable prices.

- [x] Server side verification when an arbitrator signs up, to ensure the user really have the private key (this is currently verified client-side only). - [ ] Client side...

Add a 4-byte checksum (four first bytes of `sha256(hash-arguments)`) to the hash, and verify it when the page is loaded. It should probably also be advised for users to save...

enhancement