Post
Topic
Board Development & Technical Discussion
Re: Transfer keys between USBs
by
systemv
on 10/07/2017, 14:30:06 UTC
It can be very unsafe in Windows. If you are very concerned about security - use Linux, no network connected, same size USB drive and do low level disk copy such as:

dd if=/dev/sdX of=/dev/sdY bs=2M

where sdX source, sdY target. Be careful, that will destroy everything on sdY