pull/184/head
robinmoisson 2023-06-13 11:08:32 +02:00
rodzic 96dcee940b
commit 656a29c0b0
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 9419716500078583
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -86,7 +86,7 @@ staticrypt test.html --share https://example.com/encrypted.html
- or hardcode the salt in the encryption command in the CI script:
```bash
staticrypt test.html --salt 12345678901234567890123456789012
staticrypt test.html --salt 12345678901234567890123456789012
```
See an exemple of how to use StatiCrypt in a CI build step in this community project: [a-nau/password-protected-website-template](https://github.com/a-nau/password-protected-website-template)