obscure
Package obscure is used wrap a reader with an obscuring layer, using a cipher that is generated using a user-specified key.
Filename
Size
Last Commit Date
Commit Message
..
.github
workflows
go-checks.yml
716
2026/03/29 15:28:52
added CI
cmd
obscure
obscure.go
1645
2026/03/29 15:28:38
added command
LICENSE
767
2026/03/29 15:28:56
added LICENSE
README.md
2101
2026/07/09 06:40:26
removed retired link
example_test.go
433
2026/03/29 15:29:01
added simple example
go.mod
49
2026/03/29 15:30:10
added go.mod
obscure.go
2593
2026/03/30 09:37:27
corrected handling of unicode at read buffer boundaries
obscure_test.go
1342
2026/03/30 09:37:41
added tests for reading with different buffer sizes