Can you solve it?

Phocas Puzzle

So, get ready to flex those mental muscles and crack the case. It’s time to become a puzzle master!

Phocas Puzzle

Puzzle instructions

Enter your solution

Nope, not it! Have another go.


    function phocas(s) {
        let b = s.split('').map(
            (c)=>c.charCodeAt(0).toString(16)
        );
        let n = BigInt('0x1');
        while (b.length > 0) {
            let m = b.splice(0,15).join('');
            n *= BigInt('0x' + m + '1485');
        }
        return n.toString(10);
    }

Phocas careers

Create your happy place

Color outside the lines

Color outside the lines

Freedom to be you

Freedom to be you

Never go it alone

Never go it alone