topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 12, 2026, 10:27 am
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Secure Text  (Read 34120 times)

Emily-Elizabeth

  • Participant
  • Joined in 2023
  • *
  • Posts: 21
    • View Profile
    • Emily-Elizabeth Software
    • Donate to Member
Secure Text
« on: December 07, 2025, 04:54 PM »
This program allows you to enter text and save it in an encrypted format. You can also format the text using bold and italic. The encryption is "camellia-256-cbc" and is saved as a binary file so your data can't be read.

https://github.com/e...cureText_LC/releases

wraith808

  • Supporting Member
  • Joined in 2006
  • **
  • default avatar
  • Posts: 11,201
    • View Profile
    • Donate to Member
Re: Secure Text
« Reply #1 on: December 08, 2025, 09:34 AM »
Pretty cool - I actually like fSekrit better because it saves it as an executable. It doesn't allow formatting, but not needing anything to decrypt puts it over for me. Any way you could incorporate something like that?


Emily-Elizabeth

  • Participant
  • Joined in 2023
  • *
  • Posts: 21
    • View Profile
    • Emily-Elizabeth Software
    • Donate to Member
Re: Secure Text
« Reply #2 on: December 08, 2025, 10:42 AM »
I don't think I can save as an executable. I read through some of the fSekrit posts and it seems that some mail servers don't like passing .exe's. Let me know if there's anything else that you would like to see added.

Emily-Elizabeth

  • Participant
  • Joined in 2023
  • *
  • Posts: 21
    • View Profile
    • Emily-Elizabeth Software
    • Donate to Member
Re: Secure Text
« Reply #3 on: December 09, 2025, 12:40 PM »
Updated Secure Text to 1.1.0 and it now handles drops of text files and text.
https://github.com/e...cureText_LC/releases

Emily-Elizabeth

  • Participant
  • Joined in 2023
  • *
  • Posts: 21
    • View Profile
    • Emily-Elizabeth Software
    • Donate to Member
Re: Secure Text
« Reply #4 on: December 10, 2025, 07:30 PM »
Updated to 1.2.0 and added a subset of RTF support.
https://github.com/e...cureText_LC/releases

Got reviewed by Softpedia (they reviewed 1.1.0)
https://www.softpedi...Secure-Text-LC.shtml

Emily-Elizabeth

  • Participant
  • Joined in 2023
  • *
  • Posts: 21
    • View Profile
    • Emily-Elizabeth Software
    • Donate to Member
Re: Secure Text
« Reply #5 on: December 20, 2025, 02:35 PM »
Updated to 1.3.1
- password generator on the Password and Salt dialog
- fixed the Password dialog to update based on the password and salt fields
- uses the Password dialog when opening an existing file

https://github.com/e...cureText_LC/releases

sphere

  • Participant
  • Joined in 2018
  • *
  • default avatar
  • Posts: 179
    • View Profile
    • Donate to Member
Re: Secure Text
« Reply #6 on: March 05, 2026, 03:56 PM »
I don't think I can save as an executable. I read through some of the fSekrit posts and it seems that some mail servers don't like passing .exe's. Let me know if there's anything else that you would like to see added.
-Emily-Elizabeth (December 08, 2025, 10:42 AM)
Looks like a nice program I will try it out. 
Years ago if I needed to send a .exe I would zip it. I wonder if it is possible to have a program like this that conceals itself as a zip in some way. 
I would love to be able to hide data in a picture inside of the notebook. 

Emily-Elizabeth

  • Participant
  • Joined in 2023
  • *
  • Posts: 21
    • View Profile
    • Emily-Elizabeth Software
    • Donate to Member
Re: Secure Text
« Reply #7 on: March 05, 2026, 04:12 PM »
Looks like a nice program I will try it out. 
Years ago if I needed to send a .exe I would zip it. I wonder if it is possible to have a program like this that conceals itself as a zip in some way. 
I would love to be able to hide data in a picture inside of the notebook.

Give it a try, it does what it says and no more (unless I get feature requests).
I'm not sure what you mean by concealing itself as a zip, couldn't you just zip the executable or change the program extension?
If you're looking to hide data in a picture, you can look at https://en.wikipedia...g/wiki/Steganography I am sure there are a few programs to do that.