H Stampery προσθέτει στo Office την πιστοποίηση εγγράφων μέσω Blockchain
H Stampery σε συνεργασία με την Microsoft δημιούργησε ένα πρόσθετο συμβατό με όλες τις εκδόσεις του δημοφιλές κειμενογράφου Office για την πιστοποίηση των εγγράφων μέσω του Bitcoin και Ethereum Classic blockchain συστήματος.
Όπως αναφέρει η Microsoft στις ανάλυση της για τις τεχνικές λεπτομέρειες θα υπάρχει η δυνατότητα αποθήκευσης του hash του εγγράφου στο Bitcoin blockchain καθώς και η δυνατότητα οποιαδήποτε στιγμής της ταυτοποίησης της αυθεντικότητας του.
Certification
Pressing the certification button calls a JavaScript function in Office. This function hashes the document and sends the sha256 hash to a Node.js server as a REST call, so the document never leaves Office. The Node.js server runs as an Azure App Service and keeps a copy of the hash for later verification before calling the Stampery API with the hash. The Stampery service then takes the hash and puts it onto the public Ethereum Classic and Bitcoin blockchains.
Verification
Pressing the verification button calls the Javascript function from the certification process again, which hashes the document and sends the hash to the Node.js server as a REST call. The Node.js server then calls the Stampery API to access the original hash for the document from both blockchains. It compares the two hashes and returns a verified result if they are the same. The Microsoft Office client (either the Outlook client or the browser client) then displays a verification message to show that the document is unchanged (or not).
Η επιλογή του Bitcoin Blockchain συστήματος έγινε λόγο ότι έχει την ποιο ισχυρή αμεταβλητότητα στα Blockchain συστήματα κάτι που επιτρέπει την μακροχρόνια αποθήκευση τέτοιων πιστοποίησεων στο σύστημα του. Το Ethereum Classic επιλέχθηκε ως ένα δεύτερο σύστημα ασφαλείας για την περίπτωση που υπάρξει στο μέλλον ένα καταστροφικό γεγονός στο Bitcoin.
Και όπως αναφέρουν στο blog post τους από την stampery επιλέχθηκε το Ethereum Classic έναντι του Ethereum γιατί αντιπροσωπεύει καλύτερα την ιδέα του αμετάβλητου ασφαλές Blockchain συστήματος.
And now, the fork: Why we do support Classic?
When the Ethereum hard fork happened we had no doubt: for the moment we are staying on the Classic blockchain.
Why? The answer is simple. For transactions to be final and unmodifiable, blockchains need to be immune to third party interference. This promise was completely broken by Ethereum. Hard forks should only happen when a catastrophic bug puts in danger the core values of the technology. In this case the consensus mechanism worked just fine. The blockchain was modified simply because a group of people lost too much money and they decided to bail themselves out.
Το Ethereum Classic είναι το αυθεντικό blockchain σύστημα του Ethereum μετά την απόφαση του Ethereum να σπάσουν την Blockchain αλυσίδα και να δημιουργήσουν ένα νέο chain fork ώστε να γυρίσουν πίσω τα κλεμμένα ethereum token από το καταστροφικό κενό ασφαλείας στο ποιο ακριβοπληρωμένο smart contract το DAO.
Το πρόσθετο είναι πλέον διαθέσιμο μέσω github και είναι open source