Skip to content

Commit

Permalink
m
Browse files Browse the repository at this point in the history
  • Loading branch information
uc-itcom committed May 29, 2020
1 parent 0251bc5 commit 71b1609
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@

`composer require nikserg/cryptoprocli`

В переменной `CryptoProCli::$cryptcpExec` хранится путь к утилите `cryptcp`. Путь по умолчанию подходит для Linux-систем.
В переменной `CryptoProCli::$cryptcpExec` хранится путь к утилите `cryptcp`. Путь по умолчанию подходит для Linux-систем. Для Windows-систем путь нужно изменить.

## Функции

Под `$thumbprint` понимается SHA1-отпечаток подписи.

* `CryptoProCli::signFile($file, $thumbprint, $toFile = null)` - Подписать ранее неподписанный файл
* `CryptoProCli::signData($data, $thumbprint)` - Подписать данные
* `CryptoProCli::addSignToFile($file, $thumbprint)` - Добавить подпись в файл, уже содержащий подпись
* `CryptoProCli::addSignToFile($file, $thumbprint)` - Добавить подпись в файл, уже содержащий подпись
* `CryptoProCli::verifyFile($file):bool` - Проверяет корректность всех подписей, наложенных на файл.

0 comments on commit 71b1609

Please sign in to comment.