Open murali-shris opened 1 month ago
pubKeyCS in metadata currently uses md5 checksum which is outdated. Refer https://github.com/atsign-foundation/at_libraries/pull/511
Replace pubKeyCS with pubKeyHash using sha512 hash. Changes are done in at_commons - https://github.com/atsign-foundation/at_libraries/pull/511/files pubKeyHash should be included in sync from client to server and vice versa.
No response
The changes in at_persistence_secondary_server are completed and changes are available in 2121-uptake-public-key-hash-at-persistence_secondary-server
Pending work is code review and publish the package.
Is your feature request related to a problem? Please describe.
pubKeyCS in metadata currently uses md5 checksum which is outdated. Refer https://github.com/atsign-foundation/at_libraries/pull/511
Describe the solution you'd like
Replace pubKeyCS with pubKeyHash using sha512 hash. Changes are done in at_commons - https://github.com/atsign-foundation/at_libraries/pull/511/files pubKeyHash should be included in sync from client to server and vice versa.
Describe alternatives you've considered
No response
Additional context
No response