Added encrypt-file.ps1 and decrypt-file.ps1

This commit is contained in:
Markus Fleschutz
2021-01-04 09:09:52 +00:00
parent 5aa8199346
commit 7641b29e7c
5 changed files with 392 additions and 401 deletions

View File

@ -11,10 +11,12 @@ close-thunderbird.ps1, closes Mozilla Thunderbird gracefully
close-windows-terminal.ps1, closes Windows Terminal gracefully
configure-git.ps1, sets up the Git configuration
csv-to-text.ps1, converts the given CSV file into a text list
decrypt-file.ps1, decrypts the given file
display-time.ps1, displays the current time
download.ps1, downloads the file/directory from the given URL
empty-dir.ps1, empties the given directory
enable-crash-dumps.ps1, enables the writing of crash dumps
encrypt-file.ps1, encrypts the given file
generate-qrcode.ps1, generates a QR code
inspect-exe.ps1, prints basic information of the given executable file
list-anagrams.ps1, lists all anagrams of the given word

1 Filename Description
11 close-windows-terminal.ps1 closes Windows Terminal gracefully
12 configure-git.ps1 sets up the Git configuration
13 csv-to-text.ps1 converts the given CSV file into a text list
14 decrypt-file.ps1 decrypts the given file
15 display-time.ps1 displays the current time
16 download.ps1 downloads the file/directory from the given URL
17 empty-dir.ps1 empties the given directory
18 enable-crash-dumps.ps1 enables the writing of crash dumps
19 encrypt-file.ps1 encrypts the given file
20 generate-qrcode.ps1 generates a QR code
21 inspect-exe.ps1 prints basic information of the given executable file
22 list-anagrams.ps1 lists all anagrams of the given word