File: encryption.rst

package info (click to toggle)
psychopy 2023.2.4%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 124,456 kB
  • sloc: python: 126,213; javascript: 11,982; makefile: 152; sh: 120; xml: 9
file content (13 lines) | stat: -rw-r--r-- 575 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13

Encryption
============

Some labs may wish to better protect their data from casual inspection
or accidental disclosure. This is possible within |PsychoPy| using a separate
python package, pyFileSec, which grew out of |PsychoPy|. pyFileSec is distributed
with the StandAlone versions of |PsychoPy|, or can be installed using pip or easy_install
via https://pypi.python.org/pypi/PyFileSec/

Some elaboration of pyFileSec usage and security strategy can be found here: https://pythonhosted.org/PyFileSec

Basic usage is illustrated in the Coder demo > misc > encrypt_data.py