Encrypt files #1

Closed
opened 2015-11-08 09:34:56 +00:00 by thanasisk · 3 comments
thanasisk commented 2015-11-08 09:34:56 +00:00 (Migrated from github.com)

Hello - Decrypt works fine however, after editing the files I have no way to recompress/reencrypt them again and add them to my modem with my new settings. Is an encryptor in the pipeline? Cheers!

Hello - Decrypt works fine however, after editing the files I have no way to recompress/reencrypt them again and add them to my modem with my new settings. Is an encryptor in the pipeline? Cheers!

Shouldn't be too hard to implement. I don't have this router any more though, so I won't be able to test this. If you do the testing I'd be happy to implement that feature though. I'm glad someone is finding this useful.

Shouldn't be too hard to implement. I don't have this router any more though, so I won't be able to test this. If you do the testing I'd be happy to implement that feature though. I'm glad someone is finding this useful.
thanasisk commented 2015-11-08 19:18:01 +00:00 (Migrated from github.com)

Sure, I'' do the testing for you. Any ideas on how to dump the flash or enable ssh are more than welcome. I have found a way to set the ftp/login/SMB passwords to known values.

Sure, I'' do the testing for you. Any ideas on how to dump the flash or enable ssh are more than welcome. I have found a way to set the ftp/login/SMB passwords to known values.

Implemented an additional tool "Encrypt" to encrypt files. Decrypting them with Decrypt works and yields the exact same file.

Can be tested by encrypting the Encrypt binary itself, for example:

  ./Encrypt Encrypt abc
  ./Decrypt abc def
  diff -s Encrypt def
Implemented an additional tool "Encrypt" to encrypt files. Decrypting them with Decrypt works and yields the exact same file. Can be tested by encrypting the Encrypt binary itself, for example: ``` ./Encrypt Encrypt abc ./Decrypt abc def diff -s Encrypt def ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Sven/Decrypt#1
No description provided.