Home
last modified time | relevance | path

Searched refs:_crypt (Results 1 – 25 of 117) sorted by relevance

12345

/dports/mail/nextcloud-mail/mail/vendor/pear-pear.horde.org/Horde_Crypt_Blowfish/Horde/Crypt/
H A DBlowfish.php52 protected $_crypt; variable in Horde_Crypt_Blowfish
73 $this->_crypt = new Horde_Crypt_Blowfish_Openssl($opts['cipher']);
76 $this->_crypt = new Horde_Crypt_Blowfish_Mcrypt($opts['cipher']);
78 $this->_crypt = new Horde_Crypt_Blowfish_Php($opts['cipher']);
92 return $this->_crypt->$name;
110 return $this->_crypt->encrypt($text);
127 return $this->_crypt->decrypt($text);
155 $this->_crypt->key = $key;
157 switch ($this->_crypt->cipher) {
161 $this->_crypt->setIv();
[all …]
/dports/deskutils/egroupware/egroupware/vendor/pear-pear.horde.org/Horde_Crypt_Blowfish/Horde/Crypt/
H A DBlowfish.php52 protected $_crypt; variable in Horde_Crypt_Blowfish
73 $this->_crypt = new Horde_Crypt_Blowfish_Openssl($opts['cipher']);
76 $this->_crypt = new Horde_Crypt_Blowfish_Mcrypt($opts['cipher']);
78 $this->_crypt = new Horde_Crypt_Blowfish_Php($opts['cipher']);
92 return $this->_crypt->$name;
110 return $this->_crypt->encrypt($text);
127 return $this->_crypt->decrypt($text);
155 $this->_crypt->key = $key;
157 switch ($this->_crypt->cipher) {
161 $this->_crypt->setIv();
[all …]
/dports/security/pear-Horde_Crypt_Blowfish/Horde_Crypt_Blowfish-1.1.3/lib/Horde/Crypt/
H A DBlowfish.php52 protected $_crypt; variable in Horde_Crypt_Blowfish
73 $this->_crypt = new Horde_Crypt_Blowfish_Openssl($opts['cipher']);
76 $this->_crypt = new Horde_Crypt_Blowfish_Mcrypt($opts['cipher']);
78 $this->_crypt = new Horde_Crypt_Blowfish_Php($opts['cipher']);
92 return $this->_crypt->$name;
110 return $this->_crypt->encrypt($text);
127 return $this->_crypt->decrypt($text);
155 $this->_crypt->key = $key;
157 switch ($this->_crypt->cipher) {
161 $this->_crypt->setIv();
[all …]
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/3rdParty/composer/pear-pear.horde.org/Horde_Crypt_Blowfish/Horde/Crypt/
H A DBlowfish.php52 protected $_crypt; variable in Horde_Crypt_Blowfish
73 $this->_crypt = new Horde_Crypt_Blowfish_Openssl($opts['cipher']);
76 $this->_crypt = new Horde_Crypt_Blowfish_Mcrypt($opts['cipher']);
78 $this->_crypt = new Horde_Crypt_Blowfish_Php($opts['cipher']);
92 return $this->_crypt->$name;
110 return $this->_crypt->encrypt($text);
127 return $this->_crypt->decrypt($text);
155 $this->_crypt->key = $key;
157 switch ($this->_crypt->cipher) {
161 $this->_crypt->setIv();
[all …]
/dports/www/moodle310/moodle/lib/horde/framework/Horde/Crypt/
H A DBlowfish.php52 protected $_crypt; variable in Horde_Crypt_Blowfish
73 $this->_crypt = new Horde_Crypt_Blowfish_Openssl($opts['cipher']);
76 $this->_crypt = new Horde_Crypt_Blowfish_Mcrypt($opts['cipher']);
78 $this->_crypt = new Horde_Crypt_Blowfish_Php($opts['cipher']);
92 return $this->_crypt->$name;
110 return $this->_crypt->encrypt($text);
127 return $this->_crypt->decrypt($text);
155 $this->_crypt->key = $key;
157 switch ($this->_crypt->cipher) {
161 $this->_crypt->setIv();
[all …]
/dports/www/moodle39/moodle/lib/horde/framework/Horde/Crypt/
H A DBlowfish.php52 protected $_crypt; variable in Horde_Crypt_Blowfish
73 $this->_crypt = new Horde_Crypt_Blowfish_Openssl($opts['cipher']);
76 $this->_crypt = new Horde_Crypt_Blowfish_Mcrypt($opts['cipher']);
78 $this->_crypt = new Horde_Crypt_Blowfish_Php($opts['cipher']);
92 return $this->_crypt->$name;
110 return $this->_crypt->encrypt($text);
127 return $this->_crypt->decrypt($text);
155 $this->_crypt->key = $key;
157 switch ($this->_crypt->cipher) {
161 $this->_crypt->setIv();
[all …]
/dports/www/moodle311/moodle/lib/horde/framework/Horde/Crypt/
H A DBlowfish.php52 protected $_crypt; variable in Horde_Crypt_Blowfish
73 $this->_crypt = new Horde_Crypt_Blowfish_Openssl($opts['cipher']);
76 $this->_crypt = new Horde_Crypt_Blowfish_Mcrypt($opts['cipher']);
78 $this->_crypt = new Horde_Crypt_Blowfish_Php($opts['cipher']);
92 return $this->_crypt->$name;
110 return $this->_crypt->encrypt($text);
127 return $this->_crypt->decrypt($text);
155 $this->_crypt->key = $key;
157 switch ($this->_crypt->cipher) {
161 $this->_crypt->setIv();
[all …]
/dports/security/pear-Crypt_Blowfish/Crypt_Blowfish-1.1.0RC2/
H A DBlowfish.php95 var $_crypt = null; variable in Crypt_Blowfish
141 $this->_crypt =& Crypt_Blowfish::factory('ecb', $key);
142 if (!PEAR::isError($this->_crypt)) {
143 $this->_crypt->setKey($key);
265 return $this->_crypt->init();
280 return $this->_crypt->encrypt($plainText);
296 return $this->_crypt->decrypt($cipherText);
313 return $this->_crypt->setKey($key);
/dports/www/joomla3/joomla3-3.9.24/libraries/legacy/simplecrypt/
H A Dsimplecrypt.php27 private $_crypt; variable in JSimplecrypt
51 $this->_crypt = new JCrypt(new JCryptCipherSimple, $key);
66 return $this->_crypt->decrypt($s);
81 return $this->_crypt->encrypt($s);
/dports/security/p5-openxpki/openxpki-3.16.1/core/server/CGI_Session_Driver/
H A Dopenxpki.pm29 $self->{_crypt} = Crypt::CBC->new(
76 if ($self->{_crypt}) {
77 $datastr = $self->{_crypt}->decrypt( decode_base64($datastr) );
98 if ($self->{_crypt}) {
99 $datastr = encode_base64( $self->{_crypt}->encrypt($datastr) );
/dports/security/p5-openxpki-i18n/openxpki-3.16.1/core/server/CGI_Session_Driver/
H A Dopenxpki.pm29 $self->{_crypt} = Crypt::CBC->new(
76 if ($self->{_crypt}) {
77 $datastr = $self->{_crypt}->decrypt( decode_base64($datastr) );
98 if ($self->{_crypt}) {
99 $datastr = encode_base64( $self->{_crypt}->encrypt($datastr) );
/dports/security/john/john-1.9.0-jumbo-1/src/
H A Ddynamic_big_crypt_hash.cin123 inline static void Do#{HASH}_crypt(void *in, uint32_t ilen, void *out, uint32_t *tot_len, uint32_t …
220 …Do#{HASH}_crypt(input_buf_X86[i>>MD5_X2].x2.b2, total_len_X86[i], input_buf2_X86[i>>MD5_X2].x2.b2,…
223 …Do#{HASH}_crypt(input_buf_X86[i>>MD5_X2].x1.b, total_len_X86[i], input_buf2_X86[i>>MD5_X2].x1.b, &…
252 …Do#{HASH}_crypt(input_buf2_X86[i>>MD5_X2].x1.b, total_len2_X86[i], input_buf_X86[i>>MD5_X2].x1.b, …
278 …Do#{HASH}_crypt(input_buf_X86[i>>MD5_X2].x2.b2, total_len_X86[i], input_buf_X86[i>>MD5_X2].x2.b2, …
281 …Do#{HASH}_crypt(input_buf_X86[i>>MD5_X2].x1.b, total_len_X86[i], input_buf_X86[i>>MD5_X2].x1.b, &x…
310 …Do#{HASH}_crypt(input_buf2_X86[i>>MD5_X2].x1.b, total_len2_X86[i], input_buf2_X86[i>>MD5_X2].x1.b,…
338 …Do#{HASH}_crypt(input_buf_X86[i>>MD5_X2].x2.b2, total_len_X86[i], input_buf_X86[i>>MD5_X2].x2.b2, …
341 …Do#{HASH}_crypt(input_buf_X86[i>>MD5_X2].x1.b, total_len_X86[i], input_buf_X86[i>>MD5_X2].x1.b, &x…
373 …Do#{HASH}_crypt(input_buf_X86[i>>MD5_X2].x1.b, total_len_X86[i], input_buf2_X86[i>>MD5_X2].x1.b, &…
[all …]
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRC4.php227 return $this->_crypt($plaintext, self::ENCRYPT);
247 return $this->_crypt($ciphertext, self::DECRYPT);
309 function _crypt($text, $mode) function in phpseclib\\Crypt\\RC4
/dports/deskutils/egroupware/egroupware/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRC4.php228 return $this->_crypt($plaintext, self::ENCRYPT);
248 return $this->_crypt($ciphertext, self::DECRYPT);
310 function _crypt($text, $mode) function in phpseclib\\Crypt\\RC4
/dports/www/phpmyfaq/phpmyfaq/src/libs/phpseclib/Crypt/
H A DRC4.php228 return $this->_crypt($plaintext, self::ENCRYPT);
248 return $this->_crypt($ciphertext, self::DECRYPT);
310 function _crypt($text, $mode) function in phpseclib\\Crypt\\RC4
/dports/www/dokuwiki/dokuwiki-2020-07-29/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRC4.php228 return $this->_crypt($plaintext, self::ENCRYPT);
248 return $this->_crypt($ciphertext, self::DECRYPT);
310 function _crypt($text, $mode) function in phpseclib\\Crypt\\RC4
/dports/sysutils/ldap-account-manager/ldap-account-manager-7.3/lib/3rdParty/phpseclib/Crypt/
H A DRC4.php228 return $this->_crypt($plaintext, self::ENCRYPT);
248 return $this->_crypt($ciphertext, self::DECRYPT);
310 function _crypt($text, $mode) function in phpseclib\\Crypt\\RC4
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRC4.php228 return $this->_crypt($plaintext, self::ENCRYPT);
248 return $this->_crypt($ciphertext, self::DECRYPT);
310 function _crypt($text, $mode) function in phpseclib\\Crypt\\RC4
/dports/ftp/net2ftp/net2ftp_v1.3/files_to_upload/plugins/phpseclib/Crypt/
H A DRC4.php273 return $this->_crypt($plaintext, CRYPT_RC4_ENCRYPT);
293 return $this->_crypt($ciphertext, CRYPT_RC4_DECRYPT);
334 function _crypt($text, $mode) function in Crypt_RC4
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRC4.php228 return $this->_crypt($plaintext, self::ENCRYPT);
248 return $this->_crypt($ciphertext, self::DECRYPT);
310 function _crypt($text, $mode) function in phpseclib\\Crypt\\RC4
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRC4.php228 return $this->_crypt($plaintext, self::ENCRYPT);
248 return $this->_crypt($ciphertext, self::DECRYPT);
310 function _crypt($text, $mode) function in phpseclib\\Crypt\\RC4
/dports/www/nextcloud/nextcloud/3rdparty/phpseclib/phpseclib/phpseclib/Crypt/
H A DRC4.php228 return $this->_crypt($plaintext, self::ENCRYPT);
248 return $this->_crypt($ciphertext, self::DECRYPT);
310 function _crypt($text, $mode) function in phpseclib\\Crypt\\RC4
/dports/net-mgmt/cacti/cacti-1.2.19/include/vendor/phpseclib/Crypt/
H A DRC4.php228 return $this->_crypt($plaintext, self::ENCRYPT);
248 return $this->_crypt($ciphertext, self::DECRYPT);
310 function _crypt($text, $mode) function in phpseclib\\Crypt\\RC4
/dports/www/websh/websh-3.6.0b5/src/generic/
H A Dcookie.ws336 variable _crypt 1
98 variable _crypt
101 if {$_crypt} {
133 variable _crypt
134 if {$_crypt} {
/dports/lang/python37/Python-3.7.12/Lib/
H A Dcrypt.py3 import _crypt
72 return _crypt.crypt(word, salt)

12345