Development Board for the USB Host Capabilities of the CH554E Microcontroller
To make the experience fit your profile, pick a username and tell us what interests you.
We found and based on your interests.
Create an account to leave a comment. Already have an account? Log In.
Is possible to create a encrypted usb?
simple put normal usb and encrypt it. for example using ext4 fs
This is probably a bit too heavy for this tiny microcontroller.
I don't quite understand what you want to achieve with this in the end.
encrypted usb need encrypt data transfer. no needed write filesystem, only encrypt whole disc.
xor encryption is very good and light. https://en.wikipedia.org/wiki/XOR_cipher microcontroler have a big memory for this.
Become a member to follow this project and never miss any updates
I'm not electronic