GithubHelp home page GithubHelp logo

cryptech's Issues

Themes are not loaded on startup

When the app is started, it has the default GTK theme of the shell. However, if the user selects the option dark in the Affichage menu, the theme is changed to a custom one (dark or light), and cannot be changed back.

Advancement ration superior to 1

Debug lines are printed when doing a job:

choix = 1
prog=0,769231
prog=1,538462

If these lines represent the advancement of encrypting (or decrypting) the files, they shouldn't be over 1 (100%).

Make files and functions' names more transparent

File names' should indicate what they contain: how can you know what does crypt1.h contains without opening it?
They should rather be:
crypt1.h → caesar.h
crypt2.h → poly_alph.h
crypt3.h → vigenere.h

In the same way, functions' name should explain what they do: what is cesar_normal() when there is ceaser_crypt()?
I thus suggest to rename all the "_normal" functions to "_decrypt".

Files are not written but appended

Steps to reproduce

  1. Create a file;
  2. Open it as a source file in the app;
  3. Set the target file with an existing file.

Expected behaviour

Target file should be written over.

Actual behaviour

The cypher (or de-cypher) text is appended to the end of the target file.

Menu bar items do nothing

The buttons of the menu bar (apart from Affichage>dark) do nothing when clicked.
They should be removed if they have no purpose.

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.