Giter VIP home page Giter VIP logo

gtkcrypto's People

Contributors

gpxlnx avatar paolostivanin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

etorgfalo gpxlnx

gtkcrypto's Issues

Add text encryption

Given some input text (set a maximum):
base64encode(encrypt(plainText))
and
decrypt(base64decode(encText))

hash table

Add an hash table to prevent re-computation of the hashes for the same file

Code cleanup

  • remove the global defined structure and update all the code
  • use swapped with g_signal_connect

Add CLI

Not a 1:1 port of the GUI, but stripped down version with some basic features like hash and file enc.

Asymmetric encryption

  • asymmetric encryption (RSA or ECC or both?)
  • review algo options (for example GCRY_CIPHER_SECURE)

multiple encryption

Possibility to choose between single or double encryption (if double is choosed a different password [and maybe cipher algo] must be used)

support for sha3

Using libnettle support for sha3-256 and sha3-512 will be added to the 2.1.0 release

Add a progress bar

When encrypting and decrypting a file, a progress bar should be added to improve the user experience.

Text hash

Choose between crypt/decrypt or compute hashes of written text

choose between crypt or hash

Add an option that allow someone to choose between "crypt" and "hash" functions. If "hash" is given then the type must be supplied (sha, md, tiger, etc)

Review compute hash part

Should all the hashes be automatically computed or should the user be able to choose which one to compute?

per hash thread

With slow PCs the gui related to hash computation freeze when selecting complex hash like sha512 or whirlpool. A good solution is to provide a multi-threaded computation.

more hash algo

Support for RMD160, MD5, TIGER, TIGER1, TIGER2, SHA-1, SHA224, SHA256, SHA384, SHA512, WHIRLPOOL

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.