
%%__COMPOSITE_(SECRET)__%%
*Secret is a string variable that plugin owner can decide eg :-
%%__COMPOSITE_A8hs6kYT6__%%

This Placeholder should be replaced with base 64 (or equal) Encoded String of data that contains following things
- Downloader’s user ID
- Downloader’s username
- Downloaded resource ID
- Download epoch timestamp
- NONCE

- suitable for anti-piracy measures
- plugin owner can directly access data and performs tasks according to them.
- all-in-one / one-for-all placeholder (no need to worry about multiple placeholders)
- only plugin owner can identify and decrypt the data.
- easier to develop DRM system
- can be expanded , add more data later.
- Type
- Suggestion
Last edited: