logoalt Hacker News

sidewndr46yesterday at 2:56 PM2 repliesview on HN

so if I base64 encode my blog, have some Javascript that 'validates' an authorized viewer and then decodes the base64 into HTML which is added to the DOM does that constitute DRM ?


Replies

pessimizeryesterday at 4:27 PM

Yes.

goldlimeteayesterday at 4:27 PM

I would say no because you need to retain the control over the IP from your end.

Typically DRMs are implemented server-side so you can control user access in that way.

show 1 reply