3.238.79.169 |    

Navigation

Google Advertisement

All snippets of the tag encode

1-3 of 3 Entries

md5
(Bash::Function)
Created by Marko Schulz at 2010-02-02 00:34:01
# *************************************************************************** # This function encode a sting in md5 hash of 32 characters. You can short # the length with the second parameter. # # @param string $1 string (required) # @param integer ...

crypt
(Perl::Scripts)
Created by Marko Schulz at 2010-01-20 13:48:44
#!/usr/bin/perl use strict; # Eingegebenes Passwort... my $pass='geheim'; # Verschluesseltes Passwort z.B. aus Datei... my $cpass='XPkzdnI74tF6E'; # ************************************************** # checken ob Eingegebenes Passwort mit dem ...

base64.sh
(Bash::Scripts)
Created by Marko Schulz at 2008-12-27 03:12:32
#!/bin/bash # ***************************************************************** # file: base64.sh # date: 2007-11-01 13:00 # author: Marko Schulz - <info@tuxnet24.de> # description: convert string whith base64. # *******************************...

1-3 of 3 Entries
Search
 
Full text search by name and content of a snippet.

User online
There are 2 users online.

Tags Cloud

Latest snippets
str2seconds
(Bash::Function)
is_integer
(Bash::Function)
file_rotate
(Bash::Function)
confirm
(Bash::Function)
is_workingtime
(Bash::Function)
last day of last month
(Bash::Snippets)
crypt_apr1_md5
(PHP::Function)
crypt_apr1_md5
(Perl::Function)
transparent
(CSS)
rfc2822Toiso8601
(PHP::Function)