AES - getObject
The Advanced Encryption Standard for Libre Office Basic - getObject
latest release: 2024-03-19 22:49:33
Description
AES for LibO Basic
The basic version of the AES supports the key lengths AES-128 and AES-192. The key length AES-256 was initially dispensed with because the runtime was considerably longer.
Before you can use the algorithm, you must import the AES macro library into the macro management of the Basic IDE. I refer here to the LibreOffice manuals. The preferred method is to download the AES module as an extension from LibreOffice. So you always stay up to date. The encryption routine runs according to the following pattern (pseudocode):
erstelleTabellen(LogTable,ExpTable)
erstelleSbox()
erzeugeAESinstanz(meinSchluessel)
verschlüsseln(meinKlarText, meinGeheimText)
Eine genaue Beschreibung Ausführen des AES finden Sie auf der Seite:
https://getobject.de/Objekte/dokumentationen.html
Homepage: https://getobject.de
Repository: https://getobject.de/Objekte/dokumentationen.html
☆ ☆ ☆ ☆ ☆
Post your review
You cannot post reviews until you have logged in. Login Here.
Reviews
No one has commented on this page yet.
RSS feed for reviews on this page | RSS feed for all reviews