Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:95002 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4311 invoked from network); 10 Aug 2016 13:15:04 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Aug 2016 13:15:04 -0000 Received: from [127.0.0.1] ([127.0.0.1:17065]) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ECSTREAM id D1/E5-08042-7D82BA75 for ; Wed, 10 Aug 2016 09:15:03 -0400 Authentication-Results: pb1.pair.com smtp.mail=upworkshafi@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=upworkshafi@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.218.46 as permitted sender) X-PHP-List-Original-Sender: upworkshafi@gmail.com X-Host-Fingerprint: 209.85.218.46 mail-oi0-f46.google.com Received: from [209.85.218.46] ([209.85.218.46:36693] helo=mail-oi0-f46.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 2A/C5-08042-BF42BA75 for ; Wed, 10 Aug 2016 08:58:35 -0400 Received: by mail-oi0-f46.google.com with SMTP id f189so57804106oig.3 for ; Wed, 10 Aug 2016 05:58:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to; bh=NU8YuBp2g985RPW6t8oGCkN56wEkuo6tS0GJ/51+vnc=; b=FISHw+Ydc0aNS6gyyVaFGKoscV+JobvWCLQYp5S7S9Kf73QqLZ13D4cOp+w9wmN2NQ sw5ZEFFr93TIwkdmqmqHmG6zu9pZCrqKeDbaEl0vcS7BQtWPc1VDq5PyXMUrLtuF/TrM JPme6tTyppTFMHwGLNKqWIXf02vUk/+QVhS9uCSZ7IjsLaIJq+NWg5wdoF9vHgv/rjvu HaeuKeL1y28nBUjpAMlLeM7ysbR7IuqkFdiOZ/6Upb0qYmF05FfE+s/u4IEYEwO3Ae09 JAR2ahfDciUgQltEuB6vZF6n4l9diwS+CcrAtcduxRkWSpTDlIBH+weYhUY0QWoY3Zxp wTTg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=NU8YuBp2g985RPW6t8oGCkN56wEkuo6tS0GJ/51+vnc=; b=I3sK+dW0G5PP1Bh0OTnfJfL/WtK+KFNUpQrsZk/fN+NurhhSds0WtDUb9tV2wn4pNo FE5Ui/UxnU2zkX15UK1aWAgE/Rbc7Xosq5lj8N2lT9riZ1PyFkVZfoOcFB7Q7PRjZQAB Ei+D+jMrOWyj9eeaWyncWJdFEfj6x7n0zpI2vRzC7EkJeHp/TuX7OHT3kcVpLSzxIjE0 cvEP9wZtVovP28wv+MMYbSR5dbuB7olcEFGAT6xpAdBqcFg3iaJ+86JHpwIcfaXoFLFQ VporAqY7pj/NJB/DYjcrLITq3AHzq9kIlk6UNgZ6MLw+6gCdkfuq6w1Qar1IKgR0VpW3 ZobQ== X-Gm-Message-State: AEkoous+JLfE02FNCXxwjqkLa/gJW1XG8LOz5WXQpUZWpWOvj7VbvyRj0ILm1/cXve4FEPFarWHDnjmXMB8FjQ== X-Received: by 10.157.52.207 with SMTP id t15mr1938040otd.173.1470833912533; Wed, 10 Aug 2016 05:58:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.157.14.68 with HTTP; Wed, 10 Aug 2016 05:58:32 -0700 (PDT) Date: Wed, 10 Aug 2016 18:58:32 +0600 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=001a113e1afce1636b0539b73488 Subject: username: shaficsebd From: upworkshafi@gmail.com (Shafi Upwork) --001a113e1afce1636b0539b73488 Content-Type: text/plain; charset=UTF-8 I was working Base64 Decode and Encode I realize how it could be if we add a password with it? we use $string = 'i am trying to do something'; $encode = base64_encode($string ,'mypassword'); $decode = base64_decode($str, 'mypassword'); so if password match then we will get result or not.. just another level of security.. S M SHAFIUZZAMAN B. Sc Engg. in Computer Science & Engineering Phone: +880 191 588 4826 Email: shafisami005@gmail.com, upworkshafi@gmail.com --001a113e1afce1636b0539b73488--