ok im very noob in encoding,need help to understand the basic .
lets take the password "pass123" in txt file pass.txt
1- if the password/hash is made on -a US computer ill put the word pass123 in pass.txt encoded in UTF-8 ? correct ?
2- if the password/hash "pass123" is made on a russian computer with windows-1251 as default encoding ,should i put pass123 in a pass.txt encoded in windows-1251 ? correct ? or i remain in utf-8 ?
i use notepad++ and on windows
thx for your time
lets take the password "pass123" in txt file pass.txt
1- if the password/hash is made on -a US computer ill put the word pass123 in pass.txt encoded in UTF-8 ? correct ?
2- if the password/hash "pass123" is made on a russian computer with windows-1251 as default encoding ,should i put pass123 in a pass.txt encoded in windows-1251 ? correct ? or i remain in utf-8 ?
i use notepad++ and on windows
thx for your time