Communiquez avec les autres et partagez vos connaissances professionnelles

Inscrivez-vous ou connectez-vous pour rejoindre votre communauté professionnelle.

Suivre

How To Make Encryption At Linux ? What will happens If I forget Encryption Key ? How Can I Get Back My Encryption Key Then ?

user-image
Question ajoutée par Utilisateur supprimé
Date de publication: 2014/02/09
Mohammad Zafar Ziya
par Mohammad Zafar Ziya , Staff Software Engineer , Imagination Technologies

Linux source code has already added the  support for many encryption algorithms. Just checkout the code base!

Hany Abou-Ghoury
par Hany Abou-Ghoury , Business Consultant , DATACOM Solution Ltd

hi there,

watch this youtube video and hopfully it will answer allyour questions.

https://www.youtube.com/watch?v=bxWn1V86Zg4

Enjoy!

Hany

Akash Dubey
par Akash Dubey , Senior Technical Lead , Fulcrum Software Worldwide Pvt. Ltd.

i assume you are talking about ssh keys and on a standard fedora/redhat/centos/ubuntu/debian distro , if you are not please ask explicitly i will try to help !

 

to make keys  

ssh-keygen -t rsa

or

ssh-keygen -t dsa

 

How can i get back encryption key ?

linux is an open source implementation and all packages have their source code released with mostly GPL licenses as well, if you really want to brake-in and see how  encryption key's are created in first place you may do so by downloading the source rpm/deb files for openssh and take a look, however to answer your questions this is not possible.

 

 

 

 

More Questions Like This