translator
1,103
edits
(Created page with "sha1 و sha256") |
(Created page with "قسمت '''sha''' نام فایل checksum مخفف '''الگوریتم هش ایمن (<u>S</u>ecure <u>H</u>ash <u>A</u>lgorithm)''' است. این الگوریتم برا...") |
||
Line 16: | Line 16: | ||
{{SectionTemplate| | {{SectionTemplate| | ||
1=sha1 و sha256| | 1=sha1 و sha256| | ||
2= | 2=قسمت '''sha''' نام فایل checksum مخفف '''الگوریتم هش ایمن (<u>S</u>ecure <u>H</u>ash <u>A</u>lgorithm)''' است. این الگوریتم برای تولید یک کد خاص منحصر به فرد برای تصویر ISO دانلود شده استفاده می شود. sha1 و sha256 نسخههای متفاوتی از الگوریتم هستند که میتوانید برای انجام این کار از آنها استفاده کنید. در حالی که sha1 رایج ترین نسخه است، sha256 نسخه جدیدتر و ایمن تر است. هر کدام که تصمیم به استفاده از آن دارید کاملاً انتخاب شماست. با این حال، اگر مطمئن نیستید، توصیه می شود از sha256 استفاده کنید. | ||
The checksum file itself is just a text document that contains a code that should match the code generated by the sha1 or sha256 algorithm. As such, if the code generated from the ISO file matches that contained in the checksum file, then the ISO is fine; otherwise, if the two codes don't match then it means that the ISO file has changed in some way, most likely due to being corrupted. You can think of it like someone using a secret password to identify who they are: if they provide the wrong password, then something is obviously amiss! | The checksum file itself is just a text document that contains a code that should match the code generated by the sha1 or sha256 algorithm. As such, if the code generated from the ISO file matches that contained in the checksum file, then the ISO is fine; otherwise, if the two codes don't match then it means that the ISO file has changed in some way, most likely due to being corrupted. You can think of it like someone using a secret password to identify who they are: if they provide the wrong password, then something is obviously amiss! |