An open API service indexing awesome lists of open source software.

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)

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
```

![kullanim](https://user-images.githubusercontent.com/25087769/50220199-b7845880-03a2-11e9-9ee0-5d68d909f17a.PNG)