Giter Club home page Giter Club logo

hashmaker's Introduction

hashmaker's People

Contributors

fajartheggman avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

5l1v3r1

hashmaker's Issues

Refactoring

Ini kodenya saya refactoring

#!/usr/bin/bash
clear
apt-get -y install toilet php
clear
R='\033[31;1m'
B='\033[34;1m'
W='\033[37;1m'
echo -e $W"[\$]=================================[\$]\n"\
$B"Coder : Fajar Firdaus\n"\
$B"Fb    : Fajar Firdaus\n"\
$B"YT    : iTech7732\n"\
$B"IG    : fajar_firdaus_7\n"\
$W"[\$]=================================[\$]\n"
toilet -f future HashMaker --gay
echo -e $W"[\$]=================================[\$]\n"\
$B"(1).> SHA1\n"\
$B"(2).> MD5\n"\
$B"(3).> BASE64\n"\
$B"(4).> SHA256\n"\
$B"(5).> SHA512\n"\
$R"(0).> Keluar\n"\
$W"[$]=================================[$]\n"
read -p "root@HashMaker-# " asw

if [[ "$asw" -lt "0" ]] || [[ "$asw" -gt "5" ]]; then
    echo -e $R"Error: Pilihan tidak valid!"
    exit
elif [[ "$asw" -eq "0" ]]; then
    echo -e $W"Terima kasih telah menggunakan tools kami :)"
    sleep 1
    echo -e $R"Jangan di recode cuk cape buat nya"
    sleep 1
    exit
fi

read -p "Masukan kata-kata yang mau di-hash: " dick

case "$asw" in
    1) php -r "echo hash(\"sha1\", \"$dick\").\"\n\";"
       ;;
    2) php -r "echo hash(\"md5\", \"$dick\").\"\n\";"
       ;;
    3) php -r "echo base64_decode(\"$dick\").\"\n\";"
       ;;
    4) php -r "echo (\"sha256\", \"$dick\").\"\n\";"
       ;;
    5) php -r "echo (\"sha512\", \"$dick\").\"\n\";"
       ;;
    *)
       ;;
esac

echo -e $R"Done ! hasil nya di atas"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.