HomebulletScriptsbulletTag: encryption (87 results)
  1. No Screenshot
    1682 total visits
    Secure Cookie can create a cookie and store data in the cookie encrypting it using a given key. Data can also be retrieved from a cookie, by decrypting it with the same key.Cookies may also be deleted with Secure Cookie.Requirements: PHP 4.0 or higher
  2. No Screenshot
    1498 total visits
    A data block can be encrypted using a specified key. The encrypted data is returned encoded with a variant of the base64 encoding algorithm that replaces +, / and = characters by -, _ and empty string.Encryption Class can also do the opposite, i.e. decrypt the data with the same key after decoding the base64 encoded encrypted data.Requirements: - PHP ...
  3. No Screenshot
    1746 total visits
    gksEncrypt uses RSA private and public keys to encrypt and decrypt the data. A private and public key pair with a specified bit length is generated.Requirements: PHP 5.2 or higher
  4. No Screenshot
    1413 total visits
    gEncrypter takes a key to generate a new alphabet that defines how the data to be encrypted should be encoded. The encrypted text can also be decrypted using the same key.Requirements: PHP 3 or higher
  5. No Screenshot
    1609 total visits
    Messages for one or more recipients can be composed using To:, CC:, or BCC: headers. The messages may have custom headers, a text part, an HTML part, both text and HTML, and other types of data.SMTPs supports sending attachments and signing or encrypting message data using GPG. The delivery is done relaying on a SMTP server. The LOGIN authentication method ...
  6. No Screenshot
    1765 total visits
    A defined key is used to perform the encryption and decryption.
  7. No Screenshot
    1914 total visits
    Custom Encrypt Class takes a data string and applies a given hashing function. The hashing may be repeated a number of times over the resulting hashed data.Hashing functions like MD5 or SHA1 or custom ones can be applied.Requirements: PHP 4.0 or higher
  8. No Screenshot
    1690 total visits
    Crypter is capable of decrypting the data back to its original form.
  9. No Screenshot
    2086 total visits
    MailCrypter allows for easy scrambling of email addresses found in mailto links.The links are automatically descrambled when viewed in a javascript enabled browser, but should be invisible to email harvesting programs.
  10. No Screenshot
    1906 total visits
    Encode Cookie is meant to store and retrieve information in cookies securely by using secret encryption key.
  11. No Screenshot
    2125 total visits
    AzDGMailCrypt is a very simple, but very powerfull and quickly class for mail crypting. It allows you to encrypt mails for keeping the spam bots away.
  12. No Screenshot
    1720 total visits
    secShield takes a string with a list of parameters like the query parameters of an URL. It returns a string with the parameters encrypted with a secret key that should be used as a single parameter in a link URL.The integrity of the parameters can be verified and they can be decrypted. If the encrypted parameters are not valid in ...
  13. No Screenshot
    1904 total visits
    Secure URL uses encoder to encrypt URL parameters. It uses PHP output buffer capture support to automatically process the URLs of the links and forms of the current page.The URLs which are to be altered can optionally be restricted through filters. When the current page using the class is loaded, it decrypts the parameter variables and updates the respective global ...
  14. No Screenshot
    2202 total visits
    The GNU Privacy Guard (GNUPG) is used for the encryption.
  15. No Screenshot
    1824 total visits
    Crypt Class provides an easy way to encrypt and decrypt data, it automatically creates the IV and extracts it for later use.Crypt Class stores the IV with the encrypted string so every time a string is encrypted it will look different but decrypt to the original value. Twofish, blowfish, AES and other encryption ciphers are available.Crypt Class also makes it ...
Pages 3 of 6« 1 2 3 4 5 6 »