Page 1 of 1 [ 3 posts ] 

chumpy
Emu Egg
Emu Egg

Joined: 26 Aug 2015
Age: 50
Posts: 6
Location: Western Austrlia

30 Jan 2016, 3:37 am

whats the easiest way to generate AES 256bit encryption keys on windows 10 pro and to be able to manage them?


_________________
Im running C++ sayin "Hello, World!"


CryptoNerd
Sea Gull
Sea Gull

User avatar

Joined: 13 Jan 2016
Age: 1935
Gender: Male
Posts: 229
Location: The bash shell

31 Jan 2016, 12:55 pm

I'm not sure about generating encryption keys, but I know for Windows Vista and later, you can use Bitlocker to encrypt your entire drive. Bitlocker uses the AES cipher, though I think you can choose a different cipher if you want to use RSA. You can use this in conjunction with the older EFS feature, which provides on-the-fly encryption for individual files, if there are any files that are especially sensitive and you want to make sure no one can access them, even if they crack the Bitlocker key through a cold boot attack or something. I believe the encryption key is automatically generated from your password, because that's how FileVault does it.



Edenthiel
Veteran
Veteran

User avatar

Joined: 12 Sep 2014
Age: 57
Gender: Female
Posts: 2,820
Location: S.F Bay Area

31 Jan 2016, 6:18 pm

Easiest?
https://asecuritysite.com/encryption/keygen

Most secure?
There are conferences on the topic that end up in threats of duels with pistols (just kidding).

I tend to have GPG everywhere so I would just use Gpg4win:
gpg --gen-key --cipher-algo AES256

Kleopatra works adequately for key management.


_________________
“For small creatures such as we the vastness is bearable only through love.”
―Carl Sagan