Coder Social home page Coder Social logo

crypter's People

Contributors

lateefj avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

vonwenm mague

crypter's Issues

Encrypted text files are decrypted as a binary file

A file that starts out as a text file ends up getting encrypted as a binary file. Then when it is decrypted it is decrypted as a binary file. Could file type be stored in the header to make sure the type of tile ends up the same as it starts?

Support Base64 key not stored on disk

Need to support a way to have a base64 key that is not stored on disk. There must be some way to get keyboard input or something that could be scripted.

Maybe something like this:
// Standard input from keyboard
var key string
fmt.Scanln(&key)

Stdin not working

Stdin doesn't work because the code is looking for EOF. It is probably worth upgrading to use: http://labix.org/pipe since it would increase performance and reduce the code in general.

Encrypted text files are decrypted as a binary file

After a text file is encrypted it becomes a binary file. When it is decrypted it is still a binary file. Is there a way to store the file type as a text file in the header to set it properly after decryption?

Use more than a single CPU

Provide a command line parameter to use more than a single CPU. Large files could be greatly sped up by using multiple CPU's. This could default to the number of CPU's that are on the machine or be set by some command line option..

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.