Table of Contents

Method Encrypt

Namespace
LMKit.Cryptography
Assembly
LM-Kit.NET.dll

Encrypt(string, string, GgufEncryptionScheme, string, int)

Encrypt a plaintext GGUF file into an LM-Kit encrypted container.

public static void Encrypt(string plaintextGgufPath, string encryptedPath, GgufEncryptionScheme scheme, string password, int pbkdf2Iterations = 100000)

Parameters

plaintextGgufPath string
encryptedPath string
scheme GgufEncryptionScheme
password string
pbkdf2Iterations int
Share