ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > fSekrit

fSekrit 1.3 shrinkwrapped!

(1/2) > >>

f0dder:
After more than a year of idling (sorry :-[ ), version 1.3 has finally been released!

This release was actually meant to be released on 15th October 2006, but due to the phase of the moon and real-life work, got postponed for over a year. Sorry. But the good thing is that I've only received one bug report (that I can remember, anyway ;D) about 1.3 beta during this whole year, and that bug has been fixed 8)

Version 1.3 - November 18, 2007 - 99.5kb/50.5kb


* added:  read-only notes, finally :)
* bugfix: changing key on unsaved document would crash
* bugfix: saving an empty document would crash
* bugfix: running fSekrit.exe (w/o embedded note) from a CD was unable to Save As because read-only file attribute wasn't cleared on destination.

I hope to be a bit more active soon, and I've now figured out how to turn on e-mail notifications for the entire fSekrit subforum, so I shouldn't miss posts (like this one - sorry!).

Hope there aren't any bugs I haven't caught...

Ralf Maximus:
Wow, what an interesting concept and execution.  Very elegant.

From a technical perspective, where are you storing the actual note text?  The original thread says it's merged into the .exe itself, but how are you doing that?  Appending it to the end of the file, writing an alternate data stream, or what?  Just curious.

AbteriX:
Thank you f0dder for the new release.

f0dder:
Wow, what an interesting concept and execution.  Very elegant.

From a technical perspective, where are you storing the actual note text?  The original thread says it's merged into the .exe itself, but how are you doing that?  Appending it to the end of the file, writing an alternate data stream, or what?  Just curious.
-Ralf Maximus (November 18, 2007, 12:47 PM)
--- End quote ---
Thanks :)

I append the encrypted note data it to the end of the file, followed by an 8-byte {id,datasize} pair. Alternate data streams are cute (and I'll have to investigate whether you can open/create an ADS for a .exe that's currently running), but it's not something I'll use in fSekrit, since ADS is NTFS-only, and easily get lost on copying.

nudone:
fantastic!

Navigation

[0] Message Index

[#] Next page

Go to full version