-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Finanssivalvonta / Suomen Pankki toimittaa valvottavien käyttöön ohjelman jolla raporttitiedostojen salauksen voi tehdä.
Tämän lisäksi on toimitettu ohjeet jonka perusteella saman salauksen voi tehdä itse.
bofcrypt.sh toteuttaa bash skriptinä em. ohjeissa mainitut toimenpiteet, joiden seurauksena on oikein salattu raportti.
Tapa jolla salaus skriptissä toteutetaan ei välttämättä vastaa tietoturvavaatimuksia esim. avainten käsittelyn osalta.
Financial Supervisory Authority / Bank of Finland provides an application to reporters for encrypting report files.
In addition, instructions have been given on how the encryption can be done.
bofcrypt.sh is a bash script that produces a correctly encrypted report according to those instructions.
The way that the encryption is implemented in the script, does not necessarily meet security standars with eg. handling of the keys.