APIs for Encryptionizer for Microsoft SQL Server/MSDE
- fn_n_algor
xp_n_algor - Set the default encryption algorithm
- fn_n_clearkey
xp_n_clearkey - Free a global key handle
- fn_n_decrypt
xp_n_decrypt - Decrypt a string with a key handle
- sp_n_decrypt_col
- Decrypt a single column
- fn_n_decodefile
xp_n_decodefile - Decrypt a file
- fn_n_decryptnh
xp_n_decryptnh - Decrypt a string with a key string (no handle)
- fn_n_encrypt
xp_n_encrypt - Encrypt a string with a key handle
- sp_n_encrypt_col
- Encrypt a single column
- fn_n_encodefile
xp_n_encodefile - Encrypt a file
- fn_n_encodenew
xp_n_encodenew - Encrypt new files
- fn_n_encryptnh
xp_n_encryptnh - Encrypt a string with a key string (no handle)
- fn_n_freekey
xp_n_freekey - Free a local key handle
- fn_n_initkey
xp_n_initkey - Allocate a local key handle
- fn_n_recodefile
xp_n_recodefile - Re-encrypt a file without decrypting it first
- fn_n_setkey
xp_n_setkey - Set a global key handle
