diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 97 |
1 files changed, 54 insertions, 43 deletions
@@ -1,47 +1,58 @@ # cerberus -<div style="text-align:center;"> - <pre> - - #(# - ((# @@(((((#(((@ - #((@#(((((&(((@(((((@ @#@ - @(@ @#@@@@##@,,,(((/((/@ @##(/@//@ @ - (@#(((@ %#@,,,.,,,,,(((@((/( @###(((((((/@ ((/# -#(#@@ @((((((((((#@ #@#%@@@@%/@&,/(((((( @##((((((((((@(/@/ - ###@#((((((((((((##@###@#,%@(((@@,(((((@ ###((((((((&./@@(@(@ - @#(((((@(((((((((###@##@#@@** .,,((((## @###(((((((((((((@&(@ + +``` + #(# + ((# @@(((((#(((@ + #((@#(((((&(((@(((((@ @#@ + @(@ @#@@@@##@,,,(((/((/@ @##(/@//@ @ + (@#(((@ %#@,,,.,,,,,(((@((/( @###(((((((/@ ((/# +#(#@@ @((((((((((#@ #@#%@@@@%/@&,/(((((( @##((((((((((@(/@/ + ###@#((((((((((((##@###@#,%@(((@@,(((((@ ###((((((((&./@@(@(@ + @#(((((@(((((((((###@##@#@@** .,,((((## @###(((((((((((((@&(@ @#((((((((((((((((#######@(,,,,,#(((###@######(((((((,,,,,,,,,%%@ @//////( - @((,,,,(@((((((((@(###@##########((((########((#((((,,@((@@ .@ @(((((@ -@@@/,,,,@#,,(((((((((##@########((((((##((((((((((((((,, *( @ @(@&((@ -@**/. @%.,,##((((((((((@#######(((((((((#((((((((((((((@,,.,/ @(@ - @**%@ @@&####((((((&######((((((((##((((((((((((((@(((//// (((* - ####((((((((((####(((((((###(((((((((((@((((((((/// @#((( - @####((((((((((@&((((((((((((((((((((((((((((((((//@ (((//( + @((,,,,(@((((((((@(###@##########((((########((#((((,,@((@@ .@ @(((((@ +@@@/,,,,@#,,(((((((((##@########((((((##((((((((((((((,, *( @ @(@&((@ +@**/. @%.,,##((((((((((@#######(((((((((#((((((((((((((@,,.,/ @(@ + @**%@ @@&####((((((&######((((((((##((((((((((((((@(((//// (((* + ####((((((((((####(((((((###(((((((((((@((((((((/// @#((( + @####((((((((((@&((((((((((((((((((((((((((((((((//@ (((//( @@##(((((((((((((((((((((((((((((@(((((((((((((((((((((//((( &#####((((((((((((((((((((((((((((@((#((((((((((@((((((((((( - @####((((((((((((((#((((((((((((((((##((((((((((@((((###(( - #@#####(((((((((((#@#((((((((((((((#@###((((((((((@###(@ - @###@#######@########&##((((((((((((#@&####((((((((((@ - @#####&&################@##((((((((((( @@#####((((( - (((######## .@@, @##(((((((( ##(((((@ - ((((((#####% @#(((((((( ##((((( - (((((((###% #########((((((( ###(((((( - ((((((((##@ &.@#. ###@#((((((( @@(@((((((( - @(((((((((((##/ #(((((((@ @ @@.@&@.@@ - %. . @(.@((((#@ @(((((((((((@ - .,@@@ % @@ (@@ @(# - . @ # @*@ - - @@@@@@@ @@@@@@@@ @@@@@@@ @@@@@@@ @@@@@@@@ @@@@@@@ @@@ @@@ @@@@@@ -@@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@ @@@@@@@@ @@@ @@@ @@@@@@@ -!@@ @@! @@! @@@ @@! @@@ @@! @@! @@@ @@! @@@ !@@ -!@! !@! !@! @!@ !@ @!@ !@! !@! @!@ !@! @!@ !@! -!@! @!!!:! @!@!!@! @!@!@!@ @!!!:! @!@!!@! @!@ !@! !!@@!! -!!! !!!!!: !!@!@! !!!@!!!! !!!!!: !!@!@! !@! !!! !!@!!! -:!! !!: !!: :!! !!: !!! !!: !!: :!! !!: !!! !:! -:!: :!: :!: !:! :!: !:! :!: :!: !:! :!: !:! !:! - ::: ::: :: :::: :: ::: :: :::: :: :::: :: ::: ::::: :: :::: :: - :: :: : : :: :: : : : :: : :: : :: :: : : : : : : :: : : - - </pre> -</div> + @####((((((((((((((#((((((((((((((((##((((((((((@((((###(( + #@#####(((((((((((#@#((((((((((((((#@###((((((((((@###(@ + @###@#######@########&##((((((((((((#@&####((((((((((@ + @#####&&################@##((((((((((( @@#####((((( + (((######## .@@, @##(((((((( ##(((((@ + ((((((#####% @#(((((((( ##((((( + (((((((###% #########((((((( ###(((((( + ((((((((##@ &.@#. ###@#((((((( @@(@((((((( + @(((((((((((##/ #(((((((@ @ @@.@&@.@@ + %. . @(.@((((#@ @(((((((((((@ + .,@@@ % @@ (@@ @(# + . @ # @*@ +``` + +## Description: + +- Password manager written in C + +## Requirements: + +- Linux +- xclip + +## Usage: + +- Command to compile + +```bash +$ gcc -o cerberus main.c -lcrypto +``` + +- Run the program: + +```bash +$ ./cerberus +``` + +- NOTE: This program is still in very early stages of development and should not be used in any production environment, use at your own risk. |
