bmap-rs icon indicating copy to clipboard operation
bmap-rs copied to clipboard

bmap file integrity

Open Razaloc opened this issue 3 years ago • 1 comments

Bmaptools checks the integrity of the bmap file before starting to copy.

Bmap-rs has the value bmap_file_checksum inside the Bmap struct but still does not check it. This is possible because there is a #[allow(dead_code)] flag in place.

Razaloc avatar Nov 23 '22 12:11 Razaloc

On top of this, the bmap file can be signed using OpenPGP (gpg) and bmaptools automatically verifies the signature if it is present.

Edit: We are not that interested in this signature feature.

Razaloc avatar Nov 23 '22 12:11 Razaloc