!C99Shell v. 2.0 [PHP 7 Update] [25.02.2019]!

Software: Apache/2.2.16 (Debian). PHP/5.3.3-7+squeeze19 

uname -a: Linux mail.tri-specialutilitydistrict.com 2.6.32-5-amd64 #1 SMP Tue May 13 16:34:35 UTC
2014 x86_64
 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/usr/share/doc/python-crypto/   drwxr-xr-x
Free 129.6 GB of 142.11 GB (91.19%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     Crypto.Protocol.AllOrNothing.AllOrNothing-class.html (13.09 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
Crypto.Protocol.AllOrNothing.AllOrNothing
Package Crypto :: Package Protocol :: Module AllOrNothing :: Class AllOrNothing
[hide private]
[frames] | no frames]

Class AllOrNothing

Class implementing the All-or-Nothing package transform.

Methods for subclassing:

    _inventkey(key_size):
        Returns a randomly generated key.  Subclasses can use this to
        implement better random key generating algorithms.  The default
        algorithm is probably not very cryptographically secure.

Instance Methods [hide private]
 
__init__(ciphermodule, mode=None, IV=None)
ciphermodule is a module implementing the cipher algorithm to use.
 
digest(self, text)
digest(text:string) : [string]
 
undigest(self, blocks)
undigest(blocks : [string]) : string
 
_inventkey(self, key_size)
 
__newcipher(self, key)
Class Variables [hide private]
  __K0digit = 'i'
Method Details [hide private]

__init__(ciphermodule, mode=None, IV=None)
(Constructor)

 
ciphermodule is a module implementing the cipher algorithm to
use.  It must provide the PEP272 interface.

Note that the encryption key is randomly generated
automatically when needed.  Optional arguments mode and IV are
passed directly through to the ciphermodule.new() method; they
are the feedback mode and initialization vector to use.  All
three arguments must be the same for the object used to create
the digest, and to undigest'ify the message blocks.

digest(self, text)

 
digest(text:string) : [string]

Perform the All-or-Nothing package transform on the given
string.  Output is a list of message blocks describing the
transformed text, where each block is a string of bit length equal
to the ciphermodule's block_size.

undigest(self, blocks)

 
undigest(blocks : [string]) : string

Perform the reverse package transformation on a list of message
blocks.  Note that the ciphermodule used for both transformations
must be the same.  blocks is a list of strings of bit length
equal to the ciphermodule's block_size.



:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.0 [PHP 7 Update] [25.02.2019] maintained by KaizenLouie | C99Shell Github | Generation time: 0.0082 ]--