The AROS Archives(anonymous IP: 18.216.78.190,363) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu


 Categories

   o Audio (106)
   o Datatype (15)
   o Demo (56)
   o Development (250)
   o Document (64)
   o Driver (19)
   o Emulation (62)
   o Game (545)
   o Graphics (231)
   o Library (22)
   o Network (63)
   o Office (22)
   o Utility (272)
   o Video (19)

Total files: 1746

Full index file
Recent index file

Part of Aros World Exec
 Readme for:  Utility » Misc » gicriptofilex.i386-aros.zip

GICriptoFileX

Description: Encrypt files using 128 bit algorithm
Download: gicriptofilex.i386-aros.zip       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 368kb
Version: 1.0
Date: 14 May 25
Author: Giovanni Iacobelli
Submitter: Giovanni Iacobelli
Email: info/iacosoft,com
Homepage: https://www.iacosoft.com/home/aros.asp#GICRIPTOFILEX
Requirements: i386-aros ABIv0
Category: utility/misc
License: Freeware
Distribute: yes
FileID: 3071
 
Comments: 0
Snapshots: 0
Videos: 0
Downloads: 10  (Current version)
10  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

[Show comments] [Show snapshots] [Show videos] [Show content] [Replace file] 
INTRODUCTION
Today, saving your files in online data storage services such as Google
Drive, Microsoft OneDrive and manyothers has become a common operation.
The risk is that someone can have access to such data and for this 
reason it is a good idea to encrypt them ifyou want to hide them from 
prying eyes.

Today there are many ways to encrypt a file but unfortunately they are
all based on public algorithms.
A file encrypted using a well-known algorithm can be easily decrypted.

Having access to the algorithm means studying the code and finding 
vulnerabilities
but also simply havingthe way to create your own super efficient 
program to perform the decryption using the well-known bruteforce 
technique.

GICriptoFile Cross Edition is a program to encrypt our files using
a proprietary 128-bit symmetric keyalgorithm.

The algorithm is therefore not made public.

USE
To launch it, just double click on its icon.
The program was written in C ++ and requires no installation.
The program, once launched, will open a window.

Encryption
. In the 'File to Encrypt' box you will need to select the file you want 
  to encrypt;
. In the 'Encrypted File' box you will need to indicate the name of 
  the encrypted file;
. The Check option will perform a test decryption to verify that the 
  decrypted file is the same as the original;
. In the 'Password' field you will need to enter the password used for
  encryption, which must be at least 8 characters long.
. To start encryption you will need to press the [Start] button.

Decryption
. In the 'File to Decrypt' box you will need to select the file you want
  to decrypt;
. By selecting the 'Same folder with original name' option, the decrypted
  file will be saved in the same folderas the file to be decrypted with 
  the original name;
. By selecting the 'Specify pathname' option, you can indicate the 
  pathname of the decrypted file;
. In the 'Password' field, you will need to enter the password used for
  decryption;
. To start decryption, you will need to press the [Start] button.

Copyright © 2005 - 2025 The AROS Archives All Rights Reserved