Jump to content

Unity+

Senior Members
  • Posts

    1066
  • Joined

  • Last visited

About Unity+

  • Birthday 08/13/1994

Recent Profile Visitors

48553 profile views

Unity+'s Achievements

Organism

Organism (8/13)

101

Reputation

Single Status Update

See all updates by Unity+

  1. I managed to develop a hashcode equation that decrease the amount of collisions of a large book from 79192 collisions to 28 collisions. I'm proud.

    1. Show previous comments  3 more
    2. MonDie

      MonDie

      Tell me, how are hash functions like SHA1 used to secure webpages in SSL? I'm looking at hashes on HTTPS certificates, but they're meaningless to me.

    3. Unity+

      Unity+

      Well, my hash function isn't meant for security purposes, but is meant for putting entries into a list without having to search through the whole list of items. Hashcodes assign an index of an entry into a particular index of an array. Since a hashcode % arraysize can have similarities, there are collisions.

    4. Unity+

      Unity+

      http://en.wikipedia.org/wiki/Cryptographic_hash_function I think the way it works is the hashcode function is one-way, therefore the hash values are not decryptable. That is just my interpretation of it, though.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.