Skip to content

Commit af6014d

Browse files
authored
Update sep16th.js
1 parent dc31ff3 commit af6014d

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

src/pages/news/2025/sep16th.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module.exports = [
22
{
33
element: "h1",
4-
textContent: "Accounts are way more secure than before",
4+
textContent: "Major Security & Privacy Upgrade",
55
style: {
66
fontSize: "2em",
77
marginBottom: "0.5em",
@@ -12,38 +12,38 @@ module.exports = [
1212
{
1313
element: "p",
1414
textContent:
15-
"Good news: I've made Random Rants + accounts way more secure, the only issue? We have to reset all information in the database. (That means your rooms and accounts are gone)",
15+
"Big news: Ive completely overhauled the security for Random Rants +. To move to a safer system, I had to perform a full database reset. This means all legacy rooms and accounts have been cleared to make way for the new encryption standards.",
1616
},
1717

1818
{
1919
element: "h3",
20-
textContent: "The cost",
20+
textContent: "The Migration",
2121
},
2222
{
2323
element: "p",
2424
textContent:
25-
"All accounts have been deleted along with rooms, this isn't what I wanted to do, but hey at least the people that don't use Random Rants + anymore don't take up storage",
25+
"Clearing the old data wasn't an easy choice, but it ensures that everyone starting fresh is on the most secure version of the site. It also helps optimize our storage by removing inactive accounts.",
2626
},
2727

2828
{
2929
element: "h3",
30-
textContent: "What did I do?",
30+
textContent: "Technical Improvements",
3131
},
3232
{
3333
element: "p",
3434
textContent:
35-
"Accounts now have password hashing, change or make a new account and your password is more secure.",
35+
"I’ve implemented password hashing, so your credentials are now much more secure. Even on the backend, passwords are no longer stored in plain text.",
3636
},
3737
{
3838
element: "p",
3939
textContent:
40-
"Cookies now store real sessions, instead of holding passwords. That means you're much safer since when you sign in or change you're password, your pretty much invalidating all cookies.",
40+
"I also switched to session-based cookies. Instead of holding sensitive data, cookies now manage real sessions. This means when you log out or change a password, all active sessions are invalidated, keeping your account safe from unauthorized access.",
4141
},
4242
{
4343
element: "br",
4444
},
4545
{
4646
element: "p",
47-
textContent: "So yeah, thats all I got to say.",
47+
textContent: "Thanks for sticking with the project while I make these core upgrades!",
4848
},
4949
];

0 commit comments

Comments
 (0)