cryptography plugin¶
-
class
shellbot.plugins.cryptography.setup.Cryptography(*args)¶ Implement the Cryptography and cryptology plugin.
-
coroutine
aes256(ctx, *, message)¶ Implement the
aes256command.Parameters:
-
coroutine
aes512(ctx, *, message)¶ Implement the
aes512command.Parameters:
-
coroutine
md5(ctx, *, message)¶ Implement the
md5command.Parameters:
-
coroutine
sha1(ctx, *, message)¶ Implement the
sha1command.Parameters:
-
coroutine
sha256(ctx, *, message)¶ Implement the
sha256command.Parameters:
-
coroutine