Embedded reports problem: unable to generate correct SHA1

(3 posts) (2 voices)
  • Started by simone.baglioni
  • Latest reply from simone.baglioni

Tags:

  1. myDBR Team, Key Master

    Hi,
    Please check the sha1 checkusum calculation (remove the extra enter from the end). Your string 24m4heRTBL7lybcW4nv should generate a SHA1 checksum of '98963a1ffd5658b3c68a918426d4d56f6c06b4bc'. You can also verify this with MySQL:

    mysql> select sha1('24m4heRTBL7lybcW4nv'); +------------------------------------------+ | sha1('24m4heRTBL7lybcW4nv') | +------------------------------------------+ | 98963a1ffd5658b3c68a918426d4d56f6c06b4bc | +------------------------------------------+

    --
    myDBR Team

  2. simone.baglioni, Blocked

    Thank you very much! Everything is working now, great.


Reply

You must log in to post.