The core engine for SVault: a vault-based VFS with superpowers, enabling secure file encryption, cross-device sharing, and file server hosting.
SVault-Engine is the core engine for SVault. It's a vault-based Virtual File System offering secure file encryption, cross-device sharing, and file server hosting.
To install SVault-Engine, use the go install
command or download the latest release:
go install github.com/Owbird/SVault-Engine@latest
Run the main program:
SVault-Engine [command]
To use SVault-Engine as a package in your Go application, import it and utilize its features:
import "github.com/Owbird/SVault-Engine/pkg/vault"
func main() {
vault := vault.NewVault()
}
For detailed documentation, visit the Go package documentation.
We welcome contributions!
This project is licensed under the MIT License.
No release yet