HomebulletScriptsbulletTag: security (128 results)
  1. No Screenshot
    1877 total visits
    Passwd is an Unix-style CRYPT_MD5 PHP class.
  2. No Screenshot
    1515 total visits
    Gnpasswd can generate rand password of types: - AlphaNumeric, - AlphaOnly, - NumericOnly.
  3. No Screenshot
    1261 total visits
    Salt & Pepper Encrypter is a collection of two PHP functions that will make your password storage more secure! Instead of using just a common hash function, it uses a combination of them along with its own algorithm!For example, lets say you have a password of test. You want to securely store this password in your database, but still be ...
  4. No Screenshot
    1890 total visits
    JPEncodeClass can can encode and decode text strings according to a pattern that defines a sequence of actions to manipulate the strings.The supported actions are: revert the text order, invert the text characters case and encode or decode in base64 format. The pattern of sequence actions can be given as parameter or generated randomly.
  5. No Screenshot
    2069 total visits
    passwd.class.php has some common encryption thingies that is useful, the class can handle both DES and MD5 encryption.
  6. No Screenshot
    1795 total visits
    Password Generator class can generate random passwords using the current time as randomizing seed.The generated passwords have a given fixed length and can have only numbers, or only letters or both numbers and letters.
  7. No Screenshot
    1541 total visits
    Using a hash array, a user may escape or un-escape any string using any string. Also unescape it, or customize it for any database, or other application. It prevents(?) or lessens the likelyhood of SQL injection.
  8. No Screenshot
    1592 total visits
    URL Encoder is used to encode data being passed between two sources that can be either two pages via URL arguments or by any other data storage media like databases, files or sessions variables. It works by taking an array of variables and their values and encode it using a private key only known by the server scripts to create ...
  9. No Screenshot
    1884 total visits
    EncDec is meant to encrypt or decrypt strings of data.It uses a secret hash string to apply the xor operation to the bytes of the data that is processed. The resulting encrypted data is encoded as hexadecimal digits.
  10. No Screenshot
    1628 total visits
    RC4 aka CipherSaber (v1 and v2) encryption and decryption with built in base64 encoding/decoding.
  11. No Screenshot
    1751 total visits
    SHA classes provides you a pure PHP implementation of the Secure Hash Algorithm.
  12. No Screenshot
    1735 total visits
    encrypt.lib, Encryption library for php.
  13. No Screenshot
    1889 total visits
    Web Site Ping is a simple class that determines the response time of a server by sending ICMP ping packets. It uses the ping command to send the packets and parses the output of the command to retrieve the server response time.
  14. No Screenshot
    1924 total visits
    This class can filter input of stray or malicious PHP, Javascript or HTML tags and to prevent cross-site scripting (XSS) attacks. It should be used to filter input supplied by the user, such as an HTML code entered in form fields.I have tried to make this class as easy as possible to use. You have control over the filter process ...
  15. No Screenshot
    1724 total visits
    Encode And Optimize PHP can obfuscate and compact PHP source code files. It can process a PHP source code file and replace characters in text strings by the corresponding hexadecimal representation, making the code harder to read and understand what it does.Encode And Optimize PHP can also compact the PHP source code files by eliminating comments, white spaces and empty ...
Pages 7 of 9« 3 4 5 6 7 8 9 »