CryptoAPI Tcl extensions ------------------------ crypt [] list providers [type ] crypt acquire \ [provider ] \ [type ] \ [{ container | keyset } ] \ [verifycontext] [newkeyset] [deletekeyset] [machine] [silent] \ [flags { [ [...]]}] crypt release provider [flags { [ [...]]}] key hash crypt parameter { provider | key | hash } \ [output {text | hex | file }] \ [flags { [ [...]]}] \ [input { text | hex | file}] [] crypt get key crypt create hash algorithm crypt hash \ [flags { [ [...]]}] [input { text | hex | file }] value crypt signhash \ [output { text | hex | file }] \ key [description ] \ [flags { [ [...]]}] \ crypt verifysignature \ [output { text | hex | file }] \ key \ [description ] \ [flags { [ [...]]}] \ [input { text | hex | file }] value crypt encrypt \ [output { text | hex | file }] \ [hash ] \ [flags { [ [...]]}] \ [{more | final}] \ [input { text | hex | file }] value crypt decrypt \ [output { text | hex | file }] \ [hash ] \ [flags { [ [...]]}] \ [{more | final}] \ [input { text | hex | file }] value