Файлы System/bin Android 12. Справочник.


  Все     Команда     Скрипт     Служба     Приложение  

sha384sum
Вычислить хэши md5, sha1, sha224, sha256, sha384 , sha512

Симлинк на: [ ToyBox ]

Тип файла: команда
  Рус  
Toybox 0.8.4-android multicall binary:  (see toybox --help) 
usage:  sha?sum [-bcs] [FILE]...


Calculate sha hash for each input file, reading from stdin if none. Output
one hash (40 hex digits for sha1, 56 for sha224, 64 for sha256, 96 for sha384,
and 128 for sha512) for each input file, followed by filename.

  • -b Brief (hash only, no filename)

  • -c Check each line of each FILE is the same hash+filename we'd output

  • -s No output, exit status 0 if all hashes match, 1 otherwise
  • [ ToyBox ]     [ ManLinux ]