Giter VIP home page Giter VIP logo

kryvo's People

Contributors

adolby avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Forkers

petrelli1112

kryvo's Issues

Encryption container archive

Overview

  • Container mode creates archive containers. If disabled, Kryvo will operate on single files as before this change
  • Decryption detects archive containers and expands and decrypts them
  • Use zlib to compress and a custom tar implementation inspired by KArchive to archive
  • User can extract archive manually or import the container file into Kryvo

Fluid layout breaks

The fluid layout breaks in the Kryvos menu bar when the width is set such that multiple rows of items are displayed and then the height is adjusted. The FluidLayout class was created to correct this problem in the flow layout class (provided by Nokia). The fix provided was working on Qt 5.4, but is broken on Qt 5.5.

Fix Linux build

Currently the rpath for libqxcb.so is $ORIGIN/../../libs, which isn't right for finding the Qt5*.so.5 files that it depends on.

Settings file on Mac OS X isn't created

The settings file that Kryvos generates to remember state between sessions isn't created on Mac OS X. This is probably because the file is created local to the application file and on OS X, this is inside the application bundle.

File compression

Add the ability to encrypt/decrypt with compression. Botan supports this with zlib.

  • Configure Botan with parameter --with-zlib
  • Find out how to build with zlib support on each platform
  • Refactor encryption pipeline to allow switching between compressed or uncompressed encryption
  • Improve UI to support switching between between compressed or single file encryption

Modifiable encryption containers

Overview

  • Allow users to add/remove encrypted files from existing containers in place
  • Libarchive doesn't support modifying zip containers in place, so it will be necessary to find a stable library that supports this; there may not exist such a library

UI Changes

  • Open one container at a time -> new container action asks to save current container first
  • New container action
  • Add files to container action
  • Display files in container
  • Save container button instead of encrypt/decrypt

Custom themes not available on macOS

  • Modify theme load code to point to themes directory relative to the executable path, as was previously done for the settings file
  • In the CI build script, copy default themes directory to MacOS directory inside app bundle

Add roadmap

Roadmap should indicate features needed for 1.0 release and subsequent features slated for the next point releases

Use qbs

Use qbs instead of qmake. Qbs supports build/install operations that are currently done with build scripts for each platform.

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.