• With newer Nokia phones, you can buy lifeblog https://www.nokia.com/nokia/0,1522,,00.html?orig=/lifeblog/

    It’s basically photos and videos you sync to your PC and upload to your weblog. So far, it looks like typepad supports it. Has anybody tried it with wordpress?

    Robert Nagle, idiotprogrammer

Viewing 3 replies - 16 through 18 (of 18 total)
  • bruticus,

    MD5 and SHA1 are hash functions and they can’t be “decrypted” or inverted. A hash function is deterministic and creates a fixed-length output string from a variable-length input string. You can feed mega- or gigabytes of data into e.g. SHA1 and it will still output a 160-bit (20-byte) hash value. If SHA1 could be inverted, just imagine the data compression capabilities! An MP3 song would take 20 bytes… I could fit 20 billion songs on my iPod! W00t!

    Since MD5 uses 128 bit hash values, the risk of two different passwords accidentally matching is one in 2^128. SHA1 uses 160 bits. For perspective, the “risk” of you winning at Lotto is something like one to 2^27. ??

    Don’t store the clear-text password in the database, just calculate the hash value once and store the hash in the database. When the user tries to authenticate, he sends the hash value of the password he just entered, and you can compare it to the one in the database. If the hash values match, it is exceedingly likely that the user has entered the correct password.

    Would there be any chance of you posting your work as-is somewhere? I’d be really interested in looking at it!

    –Martin

    schnitzel

    (@schnitzel)

    here it is:
    https://blog.keydown.de/2006/11/18/mit-dem-nokia-in-der-hand-durch-die-wand/

    at this time it′s only in german but you can download the lifeblog.php.


    sebastian

    I slightly changed Schnitzel’s script to work with Lifeblog 2.1.131 and WP 2.0.5
    Now, SMS can be included in Lifeblog Posts, too. The usage of PHP DOM functionality makes it easier to adapt the script to new Lifeblog versions.
    If you’re interested, visit https://www.suppengabel.net/blog/index.php/2006/12/21/nokia-lifeblog-und-wordpress/

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘support for Nokia’s lifeblog?’ is closed to new replies.