PII and Encryption in Meteor

I’m building an app in the education space that must be compliant with various guidelines regarding PII (personally identifiable information). One of which is that student names, addresses, and the like must be encrypted when stored.

Someone told me that Meteor handles this out of the box. Is this true?

Do I need to anything particular to comply with encryption related guidelines?