• ⚠️ UK Access Block Notice: Beginning July 1, 2025, this site will no longer be accessible from the United Kingdom. This is a voluntary decision made by the site's administrators. We were not forced or ordered to implement this block. If you're located in the UK, we recommend using a VPN to maintain access.

KuriGohan&Kamehameha

KuriGohan&Kamehameha

想死不能 - 想活不能
Nov 23, 2020
1,803
Been searching for a way to make a time delayed note that is password protected. I have a lot of trepidation over using delayed email services, because I have seen several cases of people's writings being flagged by moderators on those sites, leading to police and ambulances getting called on them. That cannot happen to me when it is my time to go.

What I am looking for is something that will allow me to type a note, password protect it, then only have it accessible past a certain date/time, so that someone does not accidentally catch wind of what the document is and what it contains too soon. It might be easier to just code my own solution to this problem with Java script or something, but then the difficulty would lie in finding a place to test and host it as I am developing the application.

Where I live the police often seize people's suicide notes and keep them in evidence for many months while an inquest is ongoing. I find this whole process ridiculously unnecessary and an intrusive violation of privacy anyway, but I would really be haunting someone from the grave if they confiscated my last messages that are intended for specific individuals only. Kinda grim that this is an issue I'd have to worry about anyway, but planning suicide makes you feel like a wanted criminal who has to clear their tracks after a heist or something. I get paranoid even searching for airbnbs or hotels because I'm afraid someone will know what I'm up to.
 
  • Like
  • Hugs
Reactions: nembutal, HybridSpectre, Interloper and 4 others
MidnightCat

MidnightCat

Still 3 more lives to go.
Jan 1, 2023
313
I did not know some delayed emails did that.

However, I don't really think they can get you in time...

There's always the possibility of sending a link to a google docs, that will not be flagged for revision.
 
  • Like
Reactions: KuriGohan&Kamehameha
wait.what

wait.what

no really, what?
Aug 14, 2020
994
Shit. Thanks for calling attention to this.
 
YuckyDucky

YuckyDucky

Member
Dec 10, 2021
39
You can also schedule a text message on most smartphones. You can use that to direct someone to find you and/or a note at a predetermined time. On Android it is very easy in the Google Messages app. With an iPhone the process is a bit more complicated and the result less perfect but it is still possible. Basically you cannot schedule a one time text message on iPhone but you can schedule a recurring message. Biggest problem with that is until someone goes into your phone and cancels the recurring message or the service is shut off, the recipient will have your text sent to them repeatedly. Just google "scheduled text message *phone model*" and you should find instructions for how to do it. Just make sure your phone is fully charged and/or plugged in depending on how long a delay you want so it doesn't go dead before sending.
 
  • Informative
Reactions: SamTam33
ksp

ksp

Arcanist
Oct 1, 2022
435
you can use a simple online encryption tool like this: https://encrypt-online.com

to encrypt your email:
- text: "test message"
- key: "xyz"
- result: "U2FsdGVkX1/V3aVXG+SaNtDPc5LNYKZXyag7NdvgfdI="

send your encrypted email message from one account; send another email containing the key, from another account
(the second email will also contain the url used for decryption)

both emails would be time delayed:

https://encrypt-online.com:

990C8765 5E70 47FF 987C 7282F6B5C23D







(https://)encrypt-online.com/decrypt:

CFE563C0 A326 44D5 9753 E981886139F9
 
Last edited:
  • Like
  • Informative
Reactions: sevenkarmas, wait.what, Skathon and 2 others
H

HerculePoirot

(Frozen account)
Sep 25, 2022
751
Email providers, in most cases, are able to check your stuff, even if password protected. Do not trust them for serious privacy.
Instead, use strong crypto. Protonmail, for example, offers scheduled emails with robust crypto (but probably only with a paid account):

 
  • Like
Reactions: nembutal and Skathon
Darkover

Darkover

Archangel
Jul 29, 2021
5,597
you can use a simple online encryption tool like this: https://encrypt-online.com

to encrypt your email:
- text: "test message"
- key: "xyz"
- result: "U2FsdGVkX1/V3aVXG+SaNtDPc5LNYKZXyag7NdvgfdI="

send your encrypted email message from one account; send another email containing the key, from another account
(the second email will also contain the url used for decryption)

both emails would be time delayed:

https://encrypt-online.com:

View attachment 104445







(https://)encrypt-online.com/decrypt:

View attachment 104446

this is the best way i can think of
 
F

Forever Sleep

Earned it we have...
May 4, 2022
12,174
I thought about using gmail but writting anything alarming as an attachment. Surely, they don't scan attachments do you think? Maybe Jpegs.
 
Lonerzepam

Lonerzepam

O'lord! I Have My Doubts
Sep 2, 2022
619
I've made a similar thread on this yesterday check it out
Thread 'Websites to send encrypted, private, self distructing messages' https://sanctioned-suicide.net/thre...ted-private-self-distructing-messages.108728/
After you've created the message you could easily send the link of the password protected, encrypted, self-destructive message time delayed via gmail or any mail service which allows you to send time delayed emails.
Hope I could help
 
  • Like
Reactions: KuriGohan&Kamehameha
Somber

Somber

Arcanist
Jan 6, 2022
457
Why don't you use an encrypted mail service like Protonmail? They can't afford to read your mails as privacy is their entire business model.
 
H

HerculePoirot

(Frozen account)
Sep 25, 2022
751
Why don't you use an encrypted mail service like Protonmail? They can't afford to read your mails as privacy is their entire business model.
See above.
 
MidnightCat

MidnightCat

Still 3 more lives to go.
Jan 1, 2023
313
See above.
I mean.. maybe they can.

Which does not mean they would.

Let alone, flag it, trace it back to your location, call the police, ambulance...

And be found before ctb.

If the fear you have is loosing the note... you can always have a copy with you.
 
L

Longman

Student
Jan 9, 2019
115
Maybe you can previously send your password to your future addressee in physical form (for example, write it on a certain page of a book given as a present, or hide a piece of paper with your password in some other thing, just make sure they won't get rid of this thing/present). This can be done any time before.

When needed, this password should be used to encrypt your note (ordinary archiver like zip/rar/7z can be used for this), and delayed email service should be used to send only encrypted note as file attachment and location of your password. That should not look suspicious for moderators of delayed email service (but if it is not enough, you can use one service to send encrypted note and another to send password location).

In that case, if your password is strong, nobody except your addressee can get the text of your note.
 
Octavia

Octavia

“I’d… rather kill myself.”
Mar 4, 2023
363
A delayed email from a Protonmail account would be highly unlikely to be monitored for goodbye notes. The basic account for it is free, and would have ample storage space for farewell letters.
 

Similar threads