diff --git a/answer.md b/answer.md new file mode 100644 index 0000000..117eadc --- /dev/null +++ b/answer.md @@ -0,0 +1,82 @@ +Name : Himanshu Sharma +Year : 2nd Year +Branch : CS + +START +--i used cd to move from one directory to another and ls to list the directory and then gpg -d [filename].gpg to decrypte the file + +ls +cd collage +ls +cat readme.txt +cd hostel +ls +cat readme.txt +cd sqtr +gpg -d readme.txt.gpg +passphase:4 +cd 2ndyear +ls +gpg -d readme.txt.gpg +pass : linustorvalsslavrotsunil +cd .. +cd .. +cd .. +ls +cd deprt +ls +cat readme.txt +ls +cd cs +ls +cd 2ndyear +ls +gpg -d readme.txt.gpg +passphase:TdngnrngnfgllCyr29 +ls +cd dbmslab +gpg -d readme.txt.gpg +passphase:ate +ls +cd .. +ls +cd vlsilab +gpg -d readme.txt.gpg +passphase: 10239 +cd .. +ls +cd thermlab +ls +gpg -d readme.txt.gpg +passphase: 76105110991111099719052022 +cd .. +cd javalab +gpg -d readme.txt.gpg +passphase: kernel +cd .. +cd nplab +ls +gpg -d readme.txt.gpg +passphase: 3112 +cd .. +cd delab +ls +gpg -d readme.txt.gpg +passphase: 2777 +cd .. +cd oopslab +ls +gpg -d readme.txt.gpg +passphase:- 4861636B537072696E7422025091 +cd .. +cd.. +cd.. +cd.. +cd hostel/mess +ls +gpg -d 2ndyear.txt.gpg +passphase:2777 + +END of commands + +