Code Monkey home page Code Monkey logo

jpk's Introduction

File encryptor

Advanced file encryptor with sophisticated encryption algorithm.

Encrypts files of all kind fast and reliably without data loss.

Has build in password feature to lock files after encryption


Installation


Usage

Usage: ATK -t {dir | file} -p {absolute | relative} -k (keystring) [-s]
        
--------------------------- 
ARGUMENTS: 
        
-t, --type      FILE TYPE : Choose 'dir' for directories or 'file' for files.
-p, --path      PATH : Specify the target path, either relative like "./filename.ext" or an absolute path.
-k, --key       KEY : Set the key for encryption. It can be any string, enclosed in double quotes if needed.
-s, --safe      SAFE : Changes the key so that only the same computer with same user can unlock it.
        
---------------------------
        
OPTIONS:
        
--help          Display this help message.
-v, --version   Show the current version of ATK.
-l, --location  Return the location of the ATK.exe file.

---------------------------

Manually setting up on Windows

Setup environmental variables and RegEd by running the following script: run_setup.bat


Building standalone executable

Windows build

  • Run 0_windows_build.bat

    • Requires cygwin, msys2 or alternatives with g++ installed.
    • Build will be generated to ATK\build\ directory.
  • Building with Visual Studio 2022

    • Open project by opening ATK.sln
    • Choose C++17 by going to Properties -> C/C++ -> Language -> C++ Language Standard -> ISO C++ 17
    • Choose C++17 by going to Properties -> Configuration Properties -> General -> C++ Language Standard -> ISO C++ 17
    • Change from Debug to Release
    • Choose target platform
    • Build -> Build ATK
    • Build will appear in ATK\Release\ATK.exe

Linux build

  • Run 0_linux_build.sh
    • Requires g++
    • Build will be generated to ATK/build/ directory.

Making installer executable for Windows

Look at ATK/installation/ directory, it will contain all the steps

jpk's People

Contributors

antonako1 avatar jooapa 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.