Giter Club home page Giter Club logo

cfdecrypt's Introduction

cfdecrypt

developed by Matt Chapman www.zmatt.net, see cfdecrypt.c

Windows - See /Windows

Linux

Try the binaries included or compile it yourself, download a copy of openssl source code and extract it in your home directory:

###Prepare mkdir ~/cfdecrypt

####Download cfdecrypt files here cd ~ wget http://www.openssl.org/source/openssl-1.0.0d.tar.gz ~ tar -xvf openssl-1.0.0d.tar.gz

###Copy the source to this folder: cp cfdecrypt.c ~/openssl-1.0.0d/crypto/des

###Switch to that folder cd ~/openssl-1.0.0d/crypto/des

###Compile gcc -static ~/openssl-1.0.0d/crypto/des/des_old.c -lcrypto ~/openssl-1.0.0d/crypto/des/cfdecrypt.c -o cfdecrypt

gcc ~/openssl-1.0.0d/crypto/des/cfiscrypted.c -o cfiscrypted

###Copy the executables to somewhere convenient cp ./cfdecrypt ~/cfdecrypt cp ./cfiscrypted ~/cfdecrypt

###Check out the bash script provided ~/cfdecrypt/cfdecrypt.sh --help

###Barebones usage with stdin/stdout: ./cfdecrypt < encrypted_file.cfm > destination_file

./cfiscrypted < encrypted_file.cfm #exit code 0 for encrypted files, You can see it with "echo $?" right after execution

cfdecrypt's People

Contributors

disccomp avatar

Watchers

 avatar  avatar

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.