How to set a machine specific encryption to allow only one machine to decrypt data

user626015

Security is highered if only one machine can do the decryption.

How would you suggest to allow only one computer to be able to decrypt an LUKS partition?

I would simply need to get a set of variable specific to my machine and add them in the passphrase but I don't which one to choose.

Which variables would you choose that would act as a "machine ID"?

DepressedDaniel

Security is highered if only one machine can do the decryption.

Availability can take a serious hit if that machine goes bust, though.

How would you suggest to allow only one computer to be able to decrypt an LUKS partition? I would simply need to get a set of variable specific to my machine and add them in the passphrase [...]

Well, you could base it on some hardware serial numbers (sudo dmidecode to see some) but this is less useful than you think. If the bad guys have physical access to the computer, they can make it show them the hardware serial numbers and defeat the scheme. If the bad guys don't have physical access to the computer, you can just use a key file stored on a non-encrypted partition of an internal disk, or on a thumb drive, or on an SD card, or on an optical disk, etc.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

How to set up data validation to allow only a date or a specific string

From Dev

Only allow .git clone on local machine

From Dev

How to copy only one file from a GitHub repository to local machine?

From Dev

How to copy only file permissions and user:group from one machine and apply them on another machine in linux?

From Dev

Is it possible to decrypt one-way encryption? (with real data & encrypted data)

From Dev

Is it possible to decrypt one-way encryption? (with real data & encrypted data)

From Dev

How can you set up multiple web clients on one machine

From Dev

How to set focusArea for only one specific ctype?

From Dev

How to allow only one row to have a specific field value?

From Dev

How to allow only one row to have a specific field value?

From Dev

How to set up ACLs to allow users to access only specific records?

From Dev

How to set up ACLs to allow users to access only specific records?

From Dev

How to move alfresco community addtion from One Ubuntu machine to another ubuntu machine without lose of data?

From Dev

How to build a good training data set for machine learning and predictions?

From Dev

How to build a good training data set for machine learning and predictions?

From Dev

How do you allow only inputs from a list? (python vending machine)

From Dev

Batch file for loop executes on one machine only

From Dev

Cannot boot ISO on only one machine

From Dev

VirtualBox machine - Set to access LAN only

From Dev

How can I segment data in R to include only points for which one of my variables is set to a specific value?

From Dev

Allow only requests from local machine in WebAPI 2

From Dev

Windows firewall allow connect to only 1 IP on machine with multiple IPs

From Dev

How to Decrypt data that uses Chilkat for Encryption without using Chilcat library

From Dev

How to preprocess data for machine learning?

From Dev

Allow only one of specific value in Ruby array

From Dev

How can I reproduce commands run on one machine on another machine?

From Dev

How to allow to only one dot?

From Dev

How to not store hdd encryption key on machine, but still mount on boot?

From Dev

How can I create machine specific recipes?

Related Related

  1. 1

    How to set up data validation to allow only a date or a specific string

  2. 2

    Only allow .git clone on local machine

  3. 3

    How to copy only one file from a GitHub repository to local machine?

  4. 4

    How to copy only file permissions and user:group from one machine and apply them on another machine in linux?

  5. 5

    Is it possible to decrypt one-way encryption? (with real data & encrypted data)

  6. 6

    Is it possible to decrypt one-way encryption? (with real data & encrypted data)

  7. 7

    How can you set up multiple web clients on one machine

  8. 8

    How to set focusArea for only one specific ctype?

  9. 9

    How to allow only one row to have a specific field value?

  10. 10

    How to allow only one row to have a specific field value?

  11. 11

    How to set up ACLs to allow users to access only specific records?

  12. 12

    How to set up ACLs to allow users to access only specific records?

  13. 13

    How to move alfresco community addtion from One Ubuntu machine to another ubuntu machine without lose of data?

  14. 14

    How to build a good training data set for machine learning and predictions?

  15. 15

    How to build a good training data set for machine learning and predictions?

  16. 16

    How do you allow only inputs from a list? (python vending machine)

  17. 17

    Batch file for loop executes on one machine only

  18. 18

    Cannot boot ISO on only one machine

  19. 19

    VirtualBox machine - Set to access LAN only

  20. 20

    How can I segment data in R to include only points for which one of my variables is set to a specific value?

  21. 21

    Allow only requests from local machine in WebAPI 2

  22. 22

    Windows firewall allow connect to only 1 IP on machine with multiple IPs

  23. 23

    How to Decrypt data that uses Chilkat for Encryption without using Chilcat library

  24. 24

    How to preprocess data for machine learning?

  25. 25

    Allow only one of specific value in Ruby array

  26. 26

    How can I reproduce commands run on one machine on another machine?

  27. 27

    How to allow to only one dot?

  28. 28

    How to not store hdd encryption key on machine, but still mount on boot?

  29. 29

    How can I create machine specific recipes?

HotTag

Archive