... was an inspiration to create this library.
As a result you can jumble and cipher strings in various ways.
And it is WIP
go get github.com/shateq/jumble
import (
"fmt"
"github.com/shateq/jumble"
)
fun do() {
fmt.Println(
jumble.Jumble("Your long sentence")
)
}
Project is licensed under MIT. Check LICENSE
file for details.