-- Encryptuion/dectryption of files with the XOR cipher
-- Copyright (C) 2021 by PragmAda Software Engineering
-- Released under the terms of the GPL license version 3; see https://opensource.org/licenses
with Ada.Command_Line;
with Ada.Directories;
with Ada.Text_IO;
with Password_Line;
with PragmARC.Encryption.Simple_XOR;
procedure Xcrypt is
use PragmARC.Encryption;
procedure Usage; -- Displays usage instructions
procedure Usage is
-- Empty
begin -- Usage
Ada.Text_IO.Put_Line (Item => "usage: xcrypt [