namazso / OpenHashTab

📝 File hashing and checking shell extension
GNU General Public License v3.0
3.14k stars 122 forks source link

In export, save file type is empty, please add save type option in the next version #84

Open qcyblm opened 3 years ago

qcyblm commented 3 years ago

图片

SHA3-512 When exported, the file name suffix is SHA3, I want to save the file name suffix as SHA3-512

图片

namazso commented 3 years ago

What would the listed types be?

qcyblm commented 3 years ago

What would the listed types be?

CRC32 The type is .sums XXH32 The type is .xxh32 XXH64 The type is .xxh64 xxHash3-64 The type is .xxh3-64 xxHash3-128 The type is .xxh3-128 MD4 The type is .md4 MD5 The type is .md5 RipeMD160 The type is .ripemd160 Blake2sp The type is .blake2sp SHA-1 The type is .sha1 SHA-224 The type is .sha224 SHA-256 The type is .sha256 SHA-384 The type is .sha384 SHA-512 The type is .sha512 SHA3-224 The type is .sha3-224 SHA3-256 The type is .sha3-256 SHA3-384 The type is .sha3-384 SHA3-512 The type is .sha3,.sha3-512 BLAKE3 The type is .blake3 KangarooTwelve (264 bit) The type is .k12-264 ParallelHash128 (264 bit) The type is .ph128-264 ParallelHash256 (528 bit) The type is *.ph128-528

You can refer to software such as HashCheck: 图片

namazso commented 3 years ago

this is already selected in the dropdown next to the export button. it's used instead of the file save dialog one because it's necessary for the copy to clipboard feature

qcyblm commented 3 years ago

Please save the displayed type display again, empty selection is not good

namazso commented 3 years ago

ok, keeping and synchronizing both can be probably solved