Do I Need to Change Code for Different Languages When Hash Checking?

0
4
Asked By CuriousCactus21 On

I'm about to perform hash checking on an Elementary OS installation, but I'm wondering if I need to change the path from 'downloads' to 'descargas' since my PC's language is set to Spanish. Is the code I found still valid, or do I need to adjust anything for language differences?

3 Answers

Answered By CodeWizard77 On

Character encoding stays the same across languages, so don't worry about that. A hash will always produce the same result no matter if your system is in English or Spanish.

Answered By TechieTurtle99 On

You don't have to change the code! The ISO file and the SHA256 algorithm for verification will work the same regardless of your computer's language settings.

Answered By HelpfulHiker88 On

Just a heads up, always use an ethernet cable for installations if you can, and remember to remove the boot media after you're done!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.