• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

EasyPlex - Movies - Live Streaming - TV Series, Anime

EasyPlex - Movies - Live Streaming - TV Series, Anime 2.2

No permission to download
White Devil updated EasyPlex - Movies - Live Streaming - TV Series, Anime with a new update entry:

EasyPlex v1.2

Download EasyPlex v1.2 - Movies - Live Streaming - TV Series, Anime Nulled Free
Changelog 1.2 - Thanks To @TheRyD3r

1- Added Latest Channels & Continue Watching the the home page
2- Added Appodeal as a rewards network
3- Streaming has a new layout
4- Added sort by to library (all genres,by year,by view,by rating) in movies,series,animes
4- Added Multi Audio,Videos, and subtitles (if the media support that)
5- fixed a crash when the media has no cover image...

Read the rest of this update entry...
 
Last edited:
Please can anyone assist in decrypting the base64 string below:

Y6dbKcSG0GLDBEi6adrP0g1yKmKLm3oZqKgwb4HsGYw=

I need to know what that is. It is included on the admin .env file
 
Please can anyone assist in decrypting the base64 string below:

Y6dbKcSG0GLDBEi6adrP0g1yKmKLm3oZqKgwb4HsGYw=

I need to know what that is. It is included on the admin .env file
 
  • Like
Reactions: joroban22
Please can anyone assist in decrypting the base64 string below:

Y6dbKcSG0GLDBEi6adrP0g1yKmKLm3oZqKgwb4HsGYw=

I need to know what that is. It is included on the admin .env file

I don't think that is meant to be decoded just because it's random using AES-256-CBC cypher

PHP:
'key' => env('APP_KEY'),
'cipher' => 'AES-256-CBC',

// And the key generation procedure

    protected function generateRandomKey()
    {
        return 'base64:'.base64_encode(
            Encrypter::generateKey($this->laravel['config']['app.cipher'])
        );
    }
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock