notes
notes copied to clipboard
notes are encrypted
My nextcloud instance was down a week. I’ve restarted it and see that my notes à encrypted ...
Steps to reproduce
- cut server some days
- back onlin
Expected behaviour
my notes should display my texts
Actual behaviour
notes are like : HBEGIN:oc_encryption_module:OC_DEFAULT_MODULE:cipher:AES-256-CTR:signed:true:HEND
Screenshots
Server
Please complete the following information.
- Notes app version: 4.8.1
- Nextcloud version: 27.1.5
- OS: debian
- Web server: nginx
- PHP version: 8.1
- Database: mariadb
Nextcloud configuration:
{
"system": {
"instanceid": "***REMOVED SENSITIVE VALUE***",
"passwordsalt": "***REMOVED SENSITIVE VALUE***",
"secret": "***REMOVED SENSITIVE VALUE***",
"trusted_domains": [
],
"datadirectory": "***REMOVED SENSITIVE VALUE***",
"overwrite.cli.url": "",
"dbtype": "mysql",
"version": "27.1.5.1",
"dbname": "***REMOVED SENSITIVE VALUE***",
"dbhost": "***REMOVED SENSITIVE VALUE***",
"dbtableprefix": "oc_",
"dbuser": "***REMOVED SENSITIVE VALUE***",
"dbpassword": "***REMOVED SENSITIVE VALUE***",
"logtimezone": "UTC",
"installed": true,
"loglevel": 0,
"maintenance": false,
"default_phone_region": "fr",
"theme": "",
"mail_smtpmode": "smtp",
"mail_from_address": "***REMOVED SENSITIVE VALUE***",
"mail_domain": "***REMOVED SENSITIVE VALUE***",
"mail_smtpauthtype": "PLAIN",
"mail_smtpauth": 1,
"mail_smtphost": "***REMOVED SENSITIVE VALUE***",
"mail_smtpname": "***REMOVED SENSITIVE VALUE***",
"mail_smtppassword": "***REMOVED SENSITIVE VALUE***",
"updater.server.url": "https:\/\/updates.nextcloud.com\/updater_server\/",
"updater.release.channel": "stable",
"has_rebuilt_cache": true,
"encryption.legacy_format_support": false,
"encryption.key_storage_migrated": false,
"app_install_overwrite": [
"mindmap_app",
"unsplash"
],
"mysql.utf8mb4": true,
"memcache.local": "\\OC\\Memcache\\APCu",
"memories.exiftool": "\/usr\/share\/nextcloud\/apps\/memories\/bin-ext\/exiftool-amd64-glibc",
"memories.vod.path": "\/usr\/share\/nextcloud\/apps\/memories\/bin-ext\/go-vod-amd64",
"enabledPreviewProviders": [
"OC\\Preview\\Image"
]
}
}
Client
Please complete the following information.
- Browser (incl. version):
- OS:
Log files
Add relevant parts of your nextcloud.log and/or your browser's JavaScript console here.
The Notes app has no awareness of the use of Server Side Encryption. That is abstracted out and provided by Server.
Does it happen when you create new Notes? What if you create a new text file in Files itself?