MCPcopy
hub / github.com/shadowsocks/shadowsocks / try_cipher

Function try_cipher

shadowsocks/encrypt.py:43–44  ·  view source on GitHub ↗
(key, method=None)

Source from the content-addressed store, hash-verified

41
42
43def try_cipher(key, method=None):
44 Encryptor(key, method)
45
46
47def EVP_BytesToKey(password, key_len, iv_len):

Callers

nothing calls this directly

Calls 1

EncryptorClass · 0.85

Tested by

no test coverage detected