Live data from Hacker News

Viewing profile — eran

eran

HN member
Joined
Mon, Jun 13, 2011, 1:32 PM UTC
HN karma
158
Public activity
11 items

About eran

No profile information was provided.

Recent public activity

  1. comment
    Comment #2693398

    Fixed. Thank you for advice about HMAC, now I am use it.

  2. comment
    Comment #2665003

    Once we got catastrophic backup rsync -a --delete /home/project/ /mnt/backupDisk Left unnecessary slash after "project" and rewrite all content on "backupDisk" by project files (in…

  3. comment
    Comment #2657705

    Today I've updated key derivation to use pbkdf2 (1000 cycles, google chrome execution time around 2 sec)

  4. comment
    Comment #2654701

    MITM issue fixed, all resources are loading over SSL

  5. comment
    Comment #2653571

    Thank you point me out. Definitely, I need to implement PBKDF2 (and add salt to password). I planning this, but weekend is too short and finally I just put SHA256 for key derivatio…

  6. comment
    Comment #2653487

    Thank you for advice about cert service! Awesome. Will request SSL cert right now. I consciously left scripts uncompressed, so anybody can look what going on behind the scene. Also…

  7. comment
    Comment #2653396

    Thank you for link, very interesting stats. FF also has reasonable URL limit. At least for some browsers I can do it.

  8. comment
    Comment #2653239

    Yes, I will install ssl cert in future (at least self signed), understand the risk. Standalone bookmark is great idea, but I am not sure if I can fit script to 2048 bytes. Maybe, I…

  9. comment
    Comment #2653165

    Sure, but on modern browsers only (utilizing html5 file API). I am thinking about implementing RSA private key generation and online public key registry in future.

  10. comment
    Comment #2653033

    I use counter mode with 256 bit key Key is generated as sha256 hash of the user password

  11. story