increase checksum secuirty #105
Labels
No labels
Done
bug
buildiso
buildpkg
buildtree
critical
deployiso
duplicate
enhancement
help wanted
in progress
invalid
manjaro-chroot
note
old-not-relevant
optional
question
sonar
todo
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
tools/manjaro-tools#105
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Created by: excalibur1234
a md5 checksum is ok to check, whether the download was corrupted or not. but it is not a good security feature, because it can be tampered with.
sha-256 or sha-512 checksums offer much better security. should they be made default in the manjaro-tools?
Created by: udeved
Hmm, I am undecided, it can be set in manjaro-tools.conf
Created by: excalibur1234
yes, i know.
i do that. but i have not seen anybody else doing it. it seems that anybody else in the team is using the default setting.
i am not mad, if you keep md5 as default. just think about it. you can also ask the team what they think.
Created by: udeved
What do you think team?
makepkg also has defult md5 for checksums, and its up to user to increase I think.
Created by: Kirek
Change the default to sha256, but really this is not a security feature it's to check against corrupted downloads.