dropbear-software / todart

Example full stack Dart research project of a very over engineered Todo list application
MIT License
0 stars 1 forks source link

CloudResourceIdentity is unable to verify known good values #21

Closed mark-dropbear closed 3 years ago

mark-dropbear commented 3 years ago

I currently have a test set up which takes a known good value for the string 'Hello World' that is converted to Crockford Base32 according to this calculator https://www.dcode.fr/crockford-base-32-encoding (including the checksum character as required for validation).

There is a test set up for this here which is currently failing. It is almost certainly related to the same bug that is outlined in issue #20