PKGCLI

SVault-Engine

The core engine for SVault: a vault-based VFS with superpowers, enabling secure file encryption, cross-device sharing, and file server hosting.

SVault-Engine

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.

Installation

To install SVault-Engine, use the go install command or download the latest release:

go install github.com/Owbird/SVault-Engine@latest

Usage

Command Line Interface (CLI)

Run the main program:

SVault-Engine [command]

Go Package

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.

Contributing

We welcome contributions!

License

This project is licensed under the MIT License.

1
Stars
0
Forks
1
Watchers
Updated on September 17, 2024
Go
No tags yet

No release yet

Releases