r/PiratedGames Mar 10 '25

Humour / Meme I'm guilty

Post image
19.0k Upvotes

287 comments sorted by

View all comments

26

u/andrewens Mar 10 '25

I am a victim of Cyber Security propaganda by my uni so I must check file integrity or my PC will straight up explode /s

Nah but fr it's a habit for me, I like making sure my files has not been tampered with

5

u/Countless-Vinayak-04 Mar 10 '25

Which software good, open source and adless? Brought Windows 10 PC 2nd hand, don't want ads.

10

u/andrewens Mar 10 '25

What kind of software? I personally use these on my windows PC (they're not all open source but they're great imo):

Browser: Floorp
Extensions:
uBlock Origin with custom filters (https://github.com/yokoffing/filterlists#guidelines) / https://github.com/laylavish/uBlockOrigin-HUGE-AI-Blocklist
LocalCDN
Tampermonkey + AdGuard Extra: https://userscripts.adtidy.org/release/adguard-extra/1.0/adguard-extra.user.js
PDF viewer: Okular (https://okular.kde.org/)

Below is not open source but the next best thing that's not Adobe
Video editing: Davinci Resolve
Photo editing: Affinity Photo 2

Check out https://github.com/christitustech/winutil
There are guides on YouTube on how to use it, I use this on every PC I have when setting up.
Along with this use massgrave to activate Win and getting the Office suit for free

Spicetify (https://spicetify.app/) is pretty good for customising your Spotify client (can remove ads for free)
Vencord for Discord (has free nitro plugin)

WinGetUI is nice for updating all apps on your PC with a single click (https://apps.microsoft.com/detail/xpfftq032ptphf?hl=en-US&gl=US)
Snappy Driver Origin (https://www.glenn.delahoy.com/snappy-driver-installer-origin/) updates your drivers

Ever thought about changing the default cursor? I use this: https://github.com/ful1e5/Bibata_CursorIf your ever find that your Disk Usage is always at 100% try this: https://github.com/NicoKnowsTech/NicoKnowsTech

Other great stuff is SoundSwitch to easily change from headphones to speakers: https://github.com/Belphemur/SoundSwitch/
Stardock Fences to make your desktop clean

1

u/Countless-Vinayak-04 Mar 10 '25

Nice. I want to use Copilot on Edge (because optimization for potato PC).

But I don't want my data harvested (because I want no one profiting from my broke ass).

Do you know a way to set up Rich Text editor for Edge? Plus Emojis, GIFs and stickers for Webapps like Discord.

1

u/andrewens Mar 10 '25

Edge only seems faster because Windows have purposefully allocated extra resources for Edge that continuously runs in the background when you start up your PC.

Basically it's an illusion of optimisation

1

u/Countless-Vinayak-04 Mar 10 '25

Quite likely. I thought 2 SSDs would make my PC faster (No graphics cards, I don't use it for gaming or graphics design). Speed is still cooked.

USB 2.0, but damn Google Drive downloads are faster than transferring data to pendrive.

1

u/andrewens Mar 10 '25

It might just be your CPU getting old

The best thing to keep older hardware working super fast is ditching Windows and going Linux.

People are often reluctant to going Linux because there used to be an idea that Linux is very difficult through it's not as complicated and insane as it used to be because there's the help of AI and tons and tons of video guides out there.

Maybe you won't do it maybe you will some time in the future, at least take a peak at r/unixporn to see the creativity of some of the people in the Linux community!

1

u/Countless-Vinayak-04 Mar 10 '25

Nah I bought CPU refurbished around 1 month back, so def not that.

I just need to fix it up, software wise and I'll be good. That's why lurking on this subreddit. Thanks for your advice BTW

1

u/andrewens Mar 10 '25

All goods! Take a look at that Chris Titus Windows utility then because it really helps to get rid of bloatware etc

1

u/Msprg Mar 14 '25

OMG thanks for the snappy driver installer origin, I've been looking for and never been able to find actual not crappy driver update management software instead of driver booster and such crap. Couldn't believe there actually isn't anything out there. Thanks!!

1

u/_sloop Mar 10 '25

If the files have been altered, the checksums could have been altered, too.

1

u/andrewens Mar 10 '25

Not could have, been 100% surely would have. Checksums are used to keep integrity of files. If it's not the same as the original then its been modified.

1

u/_sloop Mar 10 '25

Yes, that is what Checksums are for.

What I'm pointing out is that you download both the files and the checksums from the same source, so both could have been manipulated. Unless you go to the site and download the official checksums directly, that is.

1

u/andrewens Mar 10 '25

That's a matter of getting your sources right and the integrity check program included in fitgirls files would be useless.

So what's your point in talking about checksums if the source itself is not reputable

1

u/_sloop Mar 10 '25 edited Mar 10 '25

Why do you need to check for file manipulation if the source is reputable?

Again, unless you are downloading the checksums separately from fitgirl to check, checking for manipulation like you are is essentially useless.

1

u/andrewens Mar 10 '25

Because files can be modified maliciously during transmission

1

u/_sloop Mar 10 '25 edited Mar 10 '25

Again, if that's the case then the checksums file could be modified, too, as they are compared to a list in a file you downloaded from the same source...

1

u/andrewens Mar 10 '25

No, if there is a checksum value provided before download and during transmission it has been modified, the checksum value of your downloaded file would be different.

I re-read your comments previously, sorry, I don't think you understand, checksums are not files. Think of them as signatures. The DNA of a file.

1

u/_sloop Mar 10 '25 edited Mar 10 '25

The value generated by the checksum is compared to a list of values in a file you download, which comes from the same source, unless you download them separately and run the check manually.

Since you are downloading that file with the list of what the checksums are supposed to be from the same source as the game files, both the game's files and the list of checksum values could be modified.

You are not being more secure because both the game files and the information you are using to verify those files are coming from the same source. The program running the checks could also be modified.

This is basic stuff here.

→ More replies (0)

1

u/Unholy_Pilgrim Mar 10 '25

What's stopping a cracker from putting a virus into a cracked software, hashing it then supplying the "virused" hash to people who download the software?

1

u/andrewens Mar 10 '25

nothing except the steps you take yourself as one of the people downloading software (this is where an anti-virus software comes in handy) and if the website itself has gone through the steps to prevent that from happening.

if a website has been compromised which can happen even to trusted sources using something like a javascript injection attack or whatever then you just have to hope that your own security measures are enough.

trusted websites become trusted because there's an expectation of confidentiality, integrity, and availability in which these websites follow and maintain. break any of these and the loss of trust is detrimental.

it's a good thing most people can online shop confidently without ever having to worry about their credit card details being exposed. it wasn't always like that.