MCPcopy Create free account
hub / github.com/pyload/pyload / decrypt

Method decrypt

module/plugins/internal/Crypter.py:42–46  ·  view source on GitHub ↗

The "main" method of every crypter plugin, you **have to** overwrite it

(self, pyfile)

Source from the content-addressed store, hash-verified

40 self._create_packages()
41
42 def decrypt(self, pyfile):
43 """
44 The "main" method of every crypter plugin, you **have to** overwrite it
45 """
46 raise NotImplementedError
47
48 def _generate_packages(self):
49 """

Callers 1

processMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected