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
plaintextGgufPathstringencryptedPathstringschemeGgufEncryptionSchemepasswordstringpbkdf2Iterationsint