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: about 9 hours 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-17T21:25:25.000Z (over 5 years ago)
- Last Synced: 2025-01-18T08:32:51.962Z (11 months ago)
- Topics: base64, base64-decoding, base64-encoding, powershell, powershell-base64
- Language: PowerShell
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- 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
```
