>>> s="""If you have files encrypted by TrueCrypt on Linux:
Use any integrated support for encryption. Search available installation packages for words encryption and crypt, install any of the packages found and follow its documentation"""
>>> ''.join(a[0] for a in s.split())
'IyhfebToLUaisfeSaipfweaciaotpfafid'
That short string contains "beast of the apocalypse" [1] plus some other letters ('iuififwaifafi')
Use any integrated support for encryption. Search available installation packages for words encryption and crypt, install any of the packages found and follow its documentation"""
>>> ''.join(a[0] for a in s.split())
'IyhfebToLUaisfeSaipfweaciaotpfafid'
That short string contains "beast of the apocalypse" [1] plus some other letters ('iuififwaifafi')
[1] https://en.wikipedia.org/wiki/The_Beast_(Revelation) - "The second beast is described in Revelation 13:11-18 and is also referred to as the false prophet."