https://github.com/pedroalbanese/uuencode
UUEncoder is a tool that converts to and from uuencoding
https://github.com/pedroalbanese/uuencode
golang uuencode
Last synced: 7 months ago
JSON representation
UUEncoder is a tool that converts to and from uuencoding
- Host: GitHub
- URL: https://github.com/pedroalbanese/uuencode
- Owner: pedroalbanese
- License: mit
- Created: 2022-10-03T18:31:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-14T15:29:32.000Z (over 2 years ago)
- Last Synced: 2025-02-23T10:15:32.152Z (12 months ago)
- Topics: golang, uuencode
- Language: Go
- Homepage:
- Size: 28.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# UUE
[](https://github.com/pedroalbanese/uuencode/blob/master/LICENSE.md)
[](http://godoc.org/github.com/pedroalbanese/uuencode)
[](https://github.com/pedroalbanese/uuencode/releases)
[](https://goreportcard.com/report/github.com/pedroalbanese/uuencode)
[](https://golang.org)
[](https://github.com/pedroalbanese/uuencode/releases)
### UUEncode is a tool that converts to and from uuencoding
## Format
UUE format:
permission mode _______ ______ file name to be given to decoded file
| |
begin line ____ begin 644 filename
M;2XN+BXN+R\N+B\O+BXN+BXN+R\N+B\O+BXO+RXO+RXN+B\ON+B\O+BXN
encoded data __ M"AM;-#LV2"`@("`@+R`@7`H;6S$[,3%("AM;,CLQ,4@@("`@<("\*&ULS
`
end line ______ end
## Usage
Usage of uuencode:
-d Decode instead of Encode
-f string
Target file
## License
This project is licensed under the MIT License.
**Copyright (c) 2020 Blake Williams **
**Copyright (c) 2022 Pedro Albanese **