Задать вопрос

Знатоки, за что отвечает код: echo «» | base64 -D > shadowhash?

Полное описание команды:
If you open the file in your favourite text editor, you will find some data under ShadowHashData. This is the hash data in Base64 format. Copy the data to your clipboard and convert it into another .plist XML file. Note, if you try to copy the data directly into the terminal, you will have problems with newlines, one solution is to copy the data into a text editor and manually remove the newlines.
echo "<hash data>" | base64 -D > shadowhash
file shadowhash
plutil -convert xml1 shadowhash


Не могу разобраться, как эту команду вводить в терминал, на что нужно заменить<"<hash data>"
Терминал выдает какую-то чушь ,(
  • Вопрос задан
  • 143 просмотра
Подписаться 1 Оценить Комментировать
Пригласить эксперта
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Похожие вопросы