https://github.com/mustafadalga/ps-base64
PowerShell Encoding & Decoding (Base64)
https://github.com/mustafadalga/ps-base64
base64 base64-decoding base64-encoding powershell powershell-base64
Last synced: 11 days ago
JSON representation
PowerShell Encoding & Decoding (Base64)
- Host: GitHub
- URL: https://github.com/mustafadalga/ps-base64
- Owner: mustafadalga
- Created: 2018-12-19T12:06:33.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-17T21:25:25.000Z (almost 6 years ago)
- Last Synced: 2026-05-11T14:49:39.227Z (24 days ago)
- Topics: base64, base64-decoding, base64-encoding, powershell, powershell-base64
- Language: PowerShell
- Size: 12.7 KB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PowerShell Base64 Encoding & Decoding
### Kullanımı hakkında;
- Bir veriyi base64 ile kodlamak için 1,
- Base64 ile kodlanmış veriyi çözmek içinse 2 seçeneğini kullanabilirsiniz.
### Örnek Kullanımlar
#### Bir veriyi base64 ile kodlamak
```
PS C:\> .\PsBase64.ps1 -secim 1
```
#### Base64 ile kodlanmış veriyi çözmek
```
PS C:\> .\PsBase64.ps1 -secim 2
```
