Skip to content

Secure Basic File Sharer (SBFS) is a java CLI app that allows to easily get/send encrypted files, using AES-256 and RSA-2048 to cipher the file and secret key, from/to a host

License

Notifications You must be signed in to change notification settings

msebastien/SBFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SBFS

Secure Basic File Sharer (SBFS) is a CLI app that allows to easily get/send encrypted files, using AES-256 and RSA-2048 to respectively cipher the file and secret key, from/to a host

HOW TO USE SBFS ?

Usage: sbfs [-h] -f=<file> MODE HOST
      MODE            The mode in which the program will operate (send/get).
      HOST            IP Address from the host
  -f, --file=<file>   Name of the file to download (extension included) / Path
                        to the file to send
  -h, --help          Display this help and exit

Licensed under the MIT License. Copyright (c) 2019 Sébastien Maes

About

Secure Basic File Sharer (SBFS) is a java CLI app that allows to easily get/send encrypted files, using AES-256 and RSA-2048 to cipher the file and secret key, from/to a host

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages