okareshaba / openintents

Automatically exported from code.google.com/p/openintents
0 stars 0 forks source link

Convert CSV does not properly import / export encrypted note titles #301

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Reported by C. Gowing:

What steps will reproduce the problem?
1. Encrypt OI Notepad notes with OI Safe.
2. Export encrypted notes with OI Convert CSV.
3. Import notes.

What is the expected output? What do you see instead?
Note content is imported properly, but note titles are lost.

Original issue reported on code.google.com by peli0...@googlemail.com on 31 Oct 2010 at 11:36

GoogleCodeExporter commented 9 years ago
While tracing the possible cause for this problem, it seems that while 
decrypting the note title, CrytoHelper throws an error "Invalid ciphertext 
(with session key)". Seems like the session key is not being saved or changed 
while performing steps 2 and 3. Can somebody tell me how the session key is 
generated and being maintained or the classes to debug into so that I could 
further trace the problem.

Original comment by VenGeanC...@gmail.com on 20 Jun 2012 at 11:44

GoogleCodeExporter commented 9 years ago
Issue fixed at github:
https://github.com/openintents/convertcsv/pull/1

Original comment by peli0...@googlemail.com on 24 Aug 2012 at 9:49