Knowledge and Skills Related to Applied Cryptography and Cryptanalysis – Security Boulevard

Cryptography is widely used in modern technology, particularly in software. The primary purpose of cryptography is to provide confidentiality of data, but it is also used for authentication, and to verify data integrity. However, cryptography is fragile, and a single error in design or implementation can render it completely useless.

Cryptography remains cryptic and complex because most people dont have the time or the desire to become a cryptography expert. But a high-level understanding of applied cryptography and cryptanalysis is valuable to developers and hackers alike. Understanding when, why and how cryptography should be used in different contexts is important to ensure that the software is actually receiving the desired level of protection. And the ability to recognize misuse of cryptography can be useful for a hacker trying to determine whether encrypted data can be broken with ease or is beyond their capabilities.

Before digging into the details of how cryptography is used and can be broken, its important to understand the basic principles of cryptography, the types of cryptographic algorithms and how they can be used.

Symmetric and asymmetric encryption algorithms perform similar actions, but they have their own advantages and disadvantages. Hash functions, on the other hand, may look similar (and are cryptographic algorithms), but they work differently and are used for different purposes. Most cryptographic algorithms have libraries that make them plug-and-play; however, this is of limited utility if you dont know which one is right for the job.

Cryptography is used every day at the core of a variety of technologies and some of the largest applications in the modern world, including:

Public Key Infrastructure (PKI) is the backbone of many modern uses of encryption. Digitally signed email and websites that have URLs that (Read more...)

Originally posted here:
Knowledge and Skills Related to Applied Cryptography and Cryptanalysis - Security Boulevard

Ethereums Istanbul Hard Fork: What Will Change? – Crypto Briefing

The long-awaited Ethereum Istanbul hard fork is scheduled forSaturday(EST). While considered as part of the move to proof-of-stake, the upgrade focuses primarily on improving sidechain support specifically with Zcash-based technology.

The upgrade is the third and final in Ethereums Metropolis era, the last before the introduction of Casper proof-of-stake. Previous updates, Byzantium and Constantinople, are historic names for the city of Istanbul.

A total of six Ethereum Improvement Proposals will be added out of 30 initial candidates. While no single proposal is particularly comprehensive, the cumulative upgrades should expand the possibilities for smart contract developers to introduce large-scale features to the Ethereum chain, such as privacy protocols and side-chain scaling.

Zero-knowledge cryptographic technology has long been identified as a future addition to the Ethereum protocol, allowing for more private ERC-based tokens and improved scalability through off-chain solutions.

EIP-1108 specifically optimizes routines for elliptic curve arithmetic the core of most cryptographic encryption algorithms. The proposal changes the computational pricing of elliptic curve algorithms, following earlier optimizations in their de-facto resource usage. Gas costs for some computations saw as much as a six-fold decrease. This is because gas prices for all computing operations are set manually by the developers only partially reflecting their true cost.

Ethereum developers identified these changes as crucial for a number of projects building on the platform: AZTEC protocol and ZEther are working to implement zero-knowledge proofs and Confidential Transactions for creating private transactions on the Ethereum chain; Matter Labs and Rollup utilize this cryptography to build side-chain scaling solutions.

The team used the AZTEC protocol as an example of the effective reduction offered by the proposal:

It currently costs 820,000 gas to validate the cryptography in a typical AZTEC confidential transaction. If the gas schedule for the precompiles correctly reflected their load on the Ethereum network, this cost would be 197,000 gas [about $0.23 at current average gas prices].

Another proposal, EIP-152, is set to allow for direct integrations with the Zcash privacy coin. The upgrade introduces advanced versions of the Blake2b hash functions, which are significantly less intensive than the current implementation. This feature will facilitate interoperability with Zcash and other Equihash-based coins. Its main use case is to enable trustless atomic swaps between the Ethereum and Zcash chains, providing a way to tap into the privacy coin without relying on centralized exchange operators.

A more general optimization set to benefit zero knowledge-based systems is EIP-2028, which reduces the gas cost of Calldata a data storage instruction. This will allow for increases to bandwidth of data transmission on-chain (with an acceptable cost of network performance). Prioritizing data storage over raw computation paves the way for off-chain solutions, which take over some of the calculation burden at the price of increased data transfer.

Other improvements include more general security and resource usage optimizations. EIP-1344 introduces a new operation that returns the ID of the current chain. This measure was implemented to maintain the security of the network in the event of contentious blockchain splits. It is especially relevant for layer two solutions such as Plasma, which offload some of the transactions outside of the main chain and only update the changes at specified checkpoints.

During a contentious hard fork, such as the one that created Ethereum Classic, the smart contracts may incorrectly pass the data to the wrong chain an event that could result in loss of funds.

EIP-2200 improves the structure of gas metering for data storage with smart contracts. It introduces several optimizations for batched smart contract calls, as well as organizing previous EIPs on these features.

Finally, EIP-1884 is a general repricing of several functions to bring them in line with their actual resource consumption.

Despite being seemingly minor changes, these last EIPs break backward compatibility thus the need for a hard fork. It should be noted that Istanbul is not a contentious fork, and all nodes and miners are expected to comply with the changes. There will be no new Ether in exchanges.

See the rest here:
Ethereums Istanbul Hard Fork: What Will Change? - Crypto Briefing

Privacy vs public safety – the pros and cons of encryption – World Economic Forum

The news that Interpol is about to condemn the spread of strong encryption is just the latest salvo in the crypto wars, a decades-long controversy between proponents of strong encryption, law enforcement and investigative bodies over the widespread use of encryption by technology companies. The central tenet of the law enforcement argument is that strong end-to-end encryption hinders the investigation and prosecution of crimes when suspects use it on their personal devices. For their part, privacy and human rights advocates contend that there is no mechanism that (both) protects the security and privacy of communications and allows access for law enforcement.

Encryption is the encoding of information such that only authorized parties may access it at the messages final destination. One of the earliest examples of encryption and the most cited in literature on the subject is the Caesar cipher, a substitution cipher where each letter of a message is shifted 3 characters.

The Caesar cipher relied more on the secrecy of the method of encryption rather than the key, and can easily be cracked by observing the frequency of the letters.

In the 20th century, notable uses of encryption and - more pertinently - codebreaking have had major historical impacts. This includes the Zimmerman telegram of World War I, in which Germany urged Mexico to invade the United States if Washington were to join the war against it. The ability of the British to break the German code and the leaking of the contents of the telegram was instrumental in turning American public opinion against Germany and lead to the US entering the war on the side of the Allies.

Later, during World War Two, a British team led by mathematician Alan Turing broke Germany's Enigma code. By some estimates this shortened the war by two years and saved 12 million lives.

While all encryption methods used up until the Enigma machine relied on the concept of security through obscurity, modern cryptography is based on the opposite: security through transparency.

The plans for Enigma were very well concealed and breaking it was not easy. Marian Rejewski at Polands Cipher Bureau and later Alan Turing and his team at Bletchley Park had to build a computer to help break the codes at scale. Modern cryptographic methods are based on well-known mathematical theorems that are practically unbreakable with current technologies.

For instance, multiplying two prime numbers together is an easy problem. The result is what is called a semi-prime number. Now finding out which two prime numbers were multiplied in the first place to achieve a semi-prime number is computationally difficult: the only way for the current generation of computers is a trial and error process that can take centuries, depending on the length of the semi-prime number. The widely used RSA 2048 encryption method, for example, would take a classical computer 300 trillion years to crack (although quantum computers may one day do the job a lot faster).

Facebook Messenger, WhatsApp and other communication apps use an implementation of public key cryptography called end-to-end encryption. Only the end users have access to the decrypted data; the service provider, like Facebook, doesnt. As such, it is theoretically impossible for the company to hand over decrypted data to the authorities.

This is the crux of the debate. It is what has led law enforcement to ask that end-to-end encryption not be rolled out by Facebook, or that 'backdoors' be introduced to aid in surveillance or data recovery.

A first example of this was the San Bernardino terrorist attack of 2015, in which the FBI wanted Apples assistance to open one of the assailants phones. Apples refusal led the FBI to file a case with the US District Court for the Central District of California to compel Apple to aid FBI efforts. The request was eventually withdrawn when an Israeli company found and exploited a vulnerability in the phone to decrypt the data on behalf of the Bureau. While the data revealed nothing about the plot, the case brought widespread criticism of the company for profiting from vulnerabilities in its phone operating system that cybercriminals, terrorists and rogue nations can buy, find and exploit too. Best practice in the cybersecurity industry is for researchers to report these vulnerabilities to the software editor or device manufacturer; this is called responsible disclosure.

A second example of this was this years "Ghost protocol" proposed by UK intelligence agency GCHQ to avoid weakening encryption, which revolved around transferring messages sent by a suspect over WhatsApp or iMessage to a law enforcement agent without notifying the suspect. This was met with vigorous opposition from tech firms.

Privacy advocates do not argue the need for law enforcement to be able to investigate crimes such as child exploitation and terrorism. The general objection from them and other parties interested in keeping messages private is that any weakening of encryption for the benefit of investigators also benefits those with more nefarious intent. They argue that 'backdoor' or exceptional access by law enforcement amounts to the introduction of a weakness to security systems that can be exploited by criminals. This unintended consequence of the desire to provide better protection to, for instance, exploited children, victims of terrorism or human trafficking also exposes regular users to exploitation from cybercriminals by giving these groups a built-in way to access their information.

In 2015 at a talk at West Point, then Vice-Chairman of the US Joint Chiefs of Staff, Admiral James A. Winnefeld, said: I think we would all win if our networks were more secure. And I think I would rather live on the side of secure networks and a harder problem for Mike [then NSA Director Mike Rogers] on the intelligence side than very vulnerable networks and an easy problem for Mike.

The World Economic Forum Platform for Shaping the Future of Cybersecurity and Digital Trust aims to spearhead global cooperation and collective responses to growing cyber challenges, ultimately to harness and safeguard the full benefits of the Fourth Industrial Revolution. The platform seeks to deliver impact through facilitating the creation of security-by-design and security-by-default solutions across industry sectors, developing policy frameworks where needed; encouraging broader cooperative arrangements and shaping global governance; building communities to successfully tackle cyber challenges across the public and private sectors; and impacting agenda setting, to elevate some of the most pressing issues.

Platform activities focus on three main challenges:

Strengthening Global Cooperation for Digital Trust and Security - to increase global cooperation between the public and private sectors in addressing key challenges to security and trust posed by a digital landscape currently lacking effective cooperation at legal and policy levels, effective market incentives, and cooperation between stakeholders at the operational level across the ecosystem.Securing Future Digital Networks and Technology - to identify cybersecurity challenges and opportunities posed by new technologies and accelerate solutions and incentives to ensure digital trust in the Fourth Industrial Revolution.Building Skills and Capabilities for the Digital Future - to coordinate and promote initiatives to address the global deficit in professional skills, effective leadership and adequate capabilities in the cyber domain.

The platform is working on a number of ongoing activities to meet these challenges. Current initiatives include our successful work with a range of public- and private-sector partners to develop a clear and coherent cybersecurity vision for the electricity industry in the form of Board Principles for managing cyber risk in the electricity ecosystem and a complete framework, created in collaboration with the Forums investment community, enabling investors to assess the security preparedness of target companies, contributing to raising internal cybersecurity awareness.

For more information, please contact info@c4c-weforum.org.

In Europe, the EU Cybersecurity Agency and Europol issued a joint statement on this topic, recognizing the hurdles of strong encryption in police work, but also acknowledging that weakening encryption technologies for everyone was not the way forward. Rather, they called for research and development efforts to find technical solutions to decrypt communication, all under judiciary oversight.

As the crypto wars continue to seek to strike the correct balance between the needs of law enforcement for access to information to conduct investigations and the need for vulnerable populations to free speech and the general public to have financial and personal information protected, the ultimate decisions will be weighed by those with a view of the entire ecosystem.

License and Republishing

World Economic Forum articles may be republished in accordance with our Terms of Use.

Written by

Adrien Oge, Project Lead, Cyber Resilience, World Economic Forum

Marco Pineda, Head of Security and Innovation, Centre for Cybersecurity, World Economic Forum

The views expressed in this article are those of the author alone and not the World Economic Forum.

Read more here:
Privacy vs public safety - the pros and cons of encryption - World Economic Forum

There’s more to blockchain than Bitcoin! – Lexology

The volatile price fluctuations of cryptocurrencies such as Bitcoin and Ether have attracted huge media and business interest in blockchain technologies. But there is more to the technologies than recording Bitcoin payment instructions on a public blockchain network.

Blockchains are widely regarded as one of the most important technologies of the future, because of the benefits that they promise to deliver: greater cost-savings, enhanced security, and data reliability. Cost savings because they cut out the need to rely on a trusted, always available, central authority and they remove the need to reconcile data between organisations; security because of the use of public key cryptography and digital signatures; and data reliability because of the use of cryptographic hashes in many blockchains any attempt to edit data is immediately obvious to multiple parties.

Many businesses are still in the exploratory phase of working out how the technologies can best be applied. But, reflecting the excitement of their potential, venture capital investment in blockchain technology startups has surged, as has the volume of blockchain-related patent applications.

However, there is no doubt that the media has created a lot of hype around blockchain technologies. Recently, they have slipped into the Trough of Disillusionment in Gartners Hype Cycle. Part of the problem has been a lack of careful application of the technologies to appropriately verified use cases, which has led to failed projects and disappointment. Blockchains and decentralised databases are not, of course, the solution to every problem.

Recent successful use cases include R3s proof of concept trial with HM Land Registry in the UK to create a workflow management tool powered by blockchain software that is designed to make it easier and more secure for disparate participants in a property transaction (e.g. buyers, solicitors, lenders, estate agents, surveyors) to store, share and interrogate data without the need to rely on a central database. The project is powered by R3s proprietary blockchain software, Corda Enterprise. To many this all seems highly complicated and esoteric; many businesses are still struggling to understand the key questions: what are blockchain technologies, why use them rather than a centralised database, who is responsible if things go wrong and what does the future hold?

Continued here:
There's more to blockchain than Bitcoin! - Lexology

OK Group has joined the blockchain enterprises settled in the Hainan (Sanya) International Zone – Blockmanity

On December 1, OK Group co-hosted the Construction of Hainan (Sanya) International Offshore Innovation and Entrepreneurship Demonstration Zone and Blockchain* Digital Asset Trading Technology Innovation High-Level Forum, in which the first Demonstration Zone in Hainan (Sanya) was officially established. The forum was hosted by the local government in Hainan Province, China to facilitate global innovation and adoption of blockchain technology and industry.

At this forum, OK Group signed a strategic cooperation agreement with the Sanya Government. As a result OK Group will set up Asia headquarter to build up the blockchain offshore asset exchange lab, blockchain big data research institute, and blockchain innovation application R&D center in the Sanya Yazhou Bay Science and Technology City.

During a speech on the topic of,

The present and future of blockchain technology, Star Xu, Founder of OK Group said, in practice, blockchain is a distributed and immutable database, and the improvement of database technology makes an important role in facilitating the development of the Internet in the last 20 years. In short, Blockchain is a distributed database technology with notable features such as cryptography and smart contract to enable a new class of applications such as payments, Internet of Things, data collection, and supply chain. Cryptography are a set of tools used in wallets, transactions, security and data privacy. By using cryptography, safe, immutable and trustless peer to peer transactions could be realized for the first time, as only owners will be allowed to access their assets. The smart contract is a protocol intended to digitally verify, facilitate or enforce the negotiation or performance of a contract. . . In conclusion, this is blockchain.

OK Group has become a large global blockchain group after 6 years of consistent efforts in the blockchain industry. With global headquarter set in Beijing, OK Group has branches in more than 10 countries, including the United States, Europe, Korea, and Japan. Most importantly, the industry influence, technical strength and talent reserve in the OK Group are all at the top of the industry. We will continue our expansion by setting up the OK Groups Asia headquarters in Sanya to be a key player to contribute to the growth of the blockchain ecosystem in the region.

Disclaimer: Blockmanity is a news portal and does not provide any financial advice. Blockmanity's role is to inform the cryptocurrency and blockchain community about what's going on in this space. Please do your own due diligence before making any investment. Blockmanity won't be responsible for any loss of funds.

Get the latest news on Blockchain only on Blockmanity.com. Subscribe to us on Google news and do follow us on Twitter @Blockmanity

Did you like the news you just read? Please leave a feedback to help us serve you better

Here is the original post:
OK Group has joined the blockchain enterprises settled in the Hainan (Sanya) International Zone - Blockmanity

Here is the worrying truth behind Chinas digital currency – Decrypt

New details have been revealed on Chinas upcoming digital currency, which appear to confirm speculation that it will be fully centralized.

According to local reports, the digital currency will offer speeds of 220,000 transactions per second, quite a distance from Bitcoins seven. Current blockchain technology doesnt offer such high speeds because keeping a network fully decentralized puts limitations on the number of transactions that can go through. Instead, China will likely be using a much more centralized database, with added cryptography, allowing it to reach a much greater throughput.

However, a centralized digital currency in China is a worrying proposition. Given that its social credit rating systemestimated to go fully live in 2020cracks down on its citizens for violations as small as playing music too loudly on a train, combining this with full control over their wealth makes citizens powerless.

And yet, some argue the high speeds are a good sign.

In terms of technology, China's digital currency excels, whether in its security level or speed, which means it will surpass competitors in user experience, Yang Wang, a senior research fellow with the Fintech Institute of Renmin University of China, told the Global Times.

The timeline for rolling out Chinas digital currency was sped up back in July, due to the perceived threat from Facebooks Libra cryptocurrency, which would be maintained by large multinational companies. Yang estimated that Libra was estimated to push 1,000 transactions per second, not even close to Chinas digital RMB.

China now definitely comes out at the head of the list when it comes to digital currency technology, he added.

While China certainly has stimulated the rest of the world into jumping on the blockchain bandwagon and investigating central bank digital currencies, its level of centralization poses a risk to both individual sovereignty and personal privacy.

Last month, deputy director of the PBoCs Payments Department, Mu Changchun, claimed that Chinas digital currency would strike a balance between anonymity and compliance, in an attempt to assuage those fears.

Be the first to get Decrypt Members. A new type of account built on blockchain.

But the research arm of crypto exchange Binance analyzed a prototype of the digital renminbi, finding that the currency collects innumerable pieces of financial data on each of its users.

With every transaction, the digital currency creates a new string of information harvesting data from user to user, the research showed.

Unlike privacy coins, central authorities would be able to gather information. Eventually, identities would likely be tied to respective individual wallets, hence making it fully non-anonymous, unlike Bitcoin.

And yet, despite all these worriesand China cracking down on crypto exchanges in the regionBinance CEO Changpeng Zhao argues that, in fact, the digital currency will benefit the crypto industry.

Visit link:
Here is the worrying truth behind Chinas digital currency - Decrypt

The rise and fall of the PlayStation supercomputers – The Verge

Dozens of PlayStation 3s sit in a refrigerated shipping container on the University of Massachusetts Dartmouths campus, sucking up energy and investigating astrophysics. Its a popular stop for tours trying to sell the school to prospective first-year students and their parents, and its one of the few living legacies of a weird science chapter in PlayStations history.

Those squat boxes, hulking on entertainment systems or dust-covered in the back of a closet, were once coveted by researchers who used the consoles to build supercomputers. With the racks of machines, the scientists were suddenly capable of contemplating the physics of black holes, processing drone footage, or winning cryptography contests. It only lasted a few years before tech moved on, becoming smaller and more efficient. But for that short moment, some of the most powerful computers in the world could be hacked together with code, wire, and gaming consoles.

Researchers had been messing with the idea of using graphics processors to boost their computing power for years. The idea is that the same power that made it possible to render Shadow of the Colossus grim storytelling was also capable of doing massive calculations if researchers could configure the machines the right way. If they could link them together, suddenly, those consoles or computers started to be far more than the sum of their parts. This was cluster computing, and it wasnt unique to PlayStations; plenty of researchers were trying to harness computers to work as a team, trying to get them to solve increasingly complicated problems.

The game consoles entered the supercomputing scene in 2002 when Sony released a kit called Linux for the PlayStation 2. It made it accessible, Craig Steffen said. They built the bridges, so that you could write the code, and it would work. Steffen is now a senior research scientist at the National Center for Supercomputing Applications (NCSA). In 2002, he had just joined the group and started working on a project with the goal of buying a bunch of PS2s and using the Linux kits to hook them (and their Emotion Engine central processing units) together into something resembling a supercomputer.

They hooked up between 60 and 70 PlayStation 2s, wrote some code, and built out a library. It worked okay, it didnt work superbly well, Steffen said. There were technical issues with the memory two specific bugs that his team had no control over.

Every time you ran this thing, it would cause the kernel on whatever machine you ran it on to kind of go into this weird unstable state and it would have to be rebooted, which was a bummer, Steffen said.

They shut the project down relatively quickly and moved on to other questions at the NCSA. Steffen still keeps one of the old PS2s on his desk as a memento of the program.

But thats not where PlayStations supercomputing adventures met their end. The PS3 entered the scene in late 2006 with powerful hardware and an easier way to load Linux onto the devices. Researchers would still need to link the systems together, but suddenly, it was possible for them to imagine linking together all of those devices into something that was a game-changer instead of just a proof-of-concept prototype.

Thats certainly what black hole researcher Gaurav Khanna was imagining over at UMass Dartmouth. Doing pure period simulation work on black holes doesnt really typically attract a lot of funding, its just because it doesnt have too much relevance to society, Khanna said.

Money was tight, and it was getting tighter. So Khanna and his colleagues were brainstorming, trying to think of solutions. One of the people in his department was an avid gamer and mentioned the PS3s Cell processor, which was made by IBM. A similar kind of chip was being used to build advanced supercomputers. So we got kind of interested in it, you know, is this something interesting that we could misuse to do science? Khanna says.

Inspired by the specs of Sonys new machine, the astrophysicist started buying up PS3s and building his own supercomputer. It took Khanna several months to get the code into shape and months more to clean up his program into a working order. He started with eight, but by the time he was done, he had his own supercomputer, pieced together out of 176 consoles and ready to run his experiments no jockeying for space or paying other researchers to run his simulations of black holes. Suddenly, he could run complex computer models or win cryptography competitions at a fraction of the cost of a more typical supercomputer.

Around the same time, other researchers were having similar ideas. A group in North Carolina also built a PS3 supercomputer in 2007, and a few years later, at the Air Force Research Laboratory in New York, computer scientist Mark Barnell started working on a similar project called the Condor Cluster.

The timing wasnt great. Barnells team proposed the project in 2009, just as Sony was shifting toward the pared-back PS3 slim, which didnt have the capability to run Linux, unlike the original PS3. After a hack, Sony even issued a firmware update that pulled OpenOS, the system that allowed people to run Linux, from existing PS3 systems. That made finding useful consoles even harder. The Air Force had to convince Sony to sell it the un-updated PS3s that the company was pulling from shelves, which, at the time, were sitting in a warehouse outside Chicago. It took many meetings, but eventually, the Air Force got what it was looking for, and in 2010, the project had its big debut.

Running on more than 1,700 PS3s that were connected by five miles of wire, the Condor Cluster was huge, dwarfing Khannas project, and it used to process images from surveillance drones. During its heyday, it was the 35th fastest supercomputer in the world.

But none of this lasted long. Even while these projects were being built, supercomputers were advancing, becoming more powerful. At the same time, gaming consoles were simplifying, making them less useful to science. The PlayStation 4 outsold both the original PlayStation and the Wii nearing the best-selling status currently held by the PS2. But for researchers, it was nearly useless. Like the slimmer version of the PlayStation 3 released before it, the PS4 cant easily be turned into a cog for a supercomputing machine. Theres nothing novel about the PlayStation 4, its just a regular old PC, Khanna says. We werent really motivated to do anything with the PlayStation 4.

The era of the PlayStation supercomputer was over.

The one at UMass Dartmouth is still working, humming with life in that refrigerated shipping container on campus. The UMass Dartmouth machine is smaller than it used to be at its peak power of about 400 PlayStation 3s. Parts of it have been cut out and repurposed. Some are still working together in smaller supercomputers at other schools; others have broken down or been lost to time. Khanna has since moved on to trying to link smaller, more efficient devices together into his next-generation supercomputer. He says the Nvidia Shield devices hes working with now are about 50 times more efficient than the already-efficient PS3.

Its the Air Forces supercluster of super consoles that had the most star-studded afterlife. When the program ended about four years ago, some consoles were donated to other programs, including Khannas. But many of the old consoles were sold off as old inventory, and a few hundred were snapped up by people working with the TV show Person of Interest. In a ripped-from-the-headlines move, the consoles made their silver screen debut in the shows season 5 premiere, playing wait for it a supercomputer made of PlayStation 3s.

Its all Hollywood, Barnell said of the script, but the hardware is actually our equipment.

Correction, 7:05 PM ET: Supercomputer projects needed the original PS3, not the PS3 Slim, because Sony had removed Linux support from the console in response to hacks which later led to a class-action settlement. This article originally stated that it was because the PS3 Slim was less powerful. We regret the error.

See original here:
The rise and fall of the PlayStation supercomputers - The Verge

Will Matter Labss ambitious new plan save Ethereum? – Decrypt

Matter Labs has released its plan to help the Ethereum blockchain scale to thousands, or millions, of users. An idea it has been working on for a year now, following a grant from the Ethereum Foundation.

The Ethereum blockchain struggles to handle many transactions right nownowhere near enough to support high volumes of people using the network. Whenever a platform puts any significant load on the Ethereum network, it buckles under the strain. Currently, Ethereum is undergoing a radical shift to a new blockchain that will be more scalablebut its a challenging move, and one that will take several years (although its next step, the Istanbul upgrade, will be reached tomorrow).

In the meantime, Ethereum diehards have latched onto one particular technology that offers a chance to scale in the short term: optimistic rollups. And Matter Labs has dived in and come up with a proposal that, you never know, might just work.

Today, we at Matter Labs are excited to reveal our vision for ZK Sync: a trustless scaling and privacy solution for Ethereum based on ZK Rollup, with an emphasis on superb user and developer experiences, Alex Gluchowski, founder of Matter Labs wrote, in a Medium post. Were also proud to announce the launch of the devnet for ZK Sync.

ZK Sync will be a new way to make Ethereum transactions, but in a way that doesnt bloat the blockchain or cause transaction fees to rise sky-high. At the same time, transaction information, like how much is being transferred, will be kept private.

The idea is to build a second layer solution for Ethereum, which is built on top of the network and can interact with it. It uses optimistic rollups, a technology highlighted as promising by Ethereum co-founder Vitalik Buterin, to support more transactions and people using the network.

Optimistic rollups build on the notion of sidechains, where work is offloaded to a parallel blockchain. The sidechain is used to batch a bunch of transactions together and upload them as one transaction on the main Ethereum blockchain. It means that each transaction is protected by the security of the main blockchain, but the strain on the network is lifted from it.

Matter Labss platform will also use complex cryptography known as zero-knowledge proofs to make sure that transactions are kept private. Ethereum is a transparent blockchain, so transactions can be seen by anyonebut using this technology keeps the transaction information hidden from view.

Now, many companies in the crypto space are heavily researching and experimenting with such privacy technologythink the Electric Coin Company and its Zcash privacy coinand some have been looking into optimistic rollups too, like Fuel Labs. But whats interesting about Matter Labs new proposal is that they are going to focus on user experience, something that is wholly lacking in crypto technology across the board, and a friction point for achieving the much-touted goal of mass adoption.

Gluchowski explains that the people who stick with crypto through thick and thin are those who believe in its fundamentalsbut to attract millions, or billions, of people, the technology needs to be smooth.

To attract millions of mainstream users, we need to offer them a user experience that doesnt just match these expectations, but exceeds them, he said, adding, Everything must be fast, simple, intuitive and error-tolerant.

But thats easier said than done.

Here is the original post:
Will Matter Labss ambitious new plan save Ethereum? - Decrypt

Cryptocurrency For Beginners – CryptoCurrency Facts

Here is a guide to cryptocurrency for beginners. We offer simple answers to questions like what is cryptocurrency, how does it work, what is Bitcoin, what is blockchain, how do I buy cryptocurrency, etc.

Metaphor: Cryptocurrency is a bit like online banking without a central bank. It is software-based, like an online banking platform. There is a ledger (called a blockchain), balances, and account numbers. You access your balances by using a password and can make transactions this way. Just like with online banking, you dont need to know how it works under the hood to use it.

What is Cryptocurrency? Cryptocurrency is a type of digital asset that functions as a currency. The system that makes a cryptocurrency possible is based on cryptography (crypto) and a cryptocurrency is meant to be used like a currency (currency). With that in mind, not every digital crypto asset is meant to be used as a currency like the popular cryptocurrency Bitcoin is.

What is Bitcoin? Bitcoinis a software file stored on computers across the world that acts as a ledger of financial transactions called a blockchain. The ledger contains account numbers called public addresses associated with balances of Bitcoin. People can move around balances of Bitcoin if they have the passwords (or private keys) to those accounts using software called a cryptocurrency wallet (see description below). Bitcoin is the name of both this system and its unit of the currency. You can phrase it like this, balances of Bitcoin tokens are moved around on the Bitcoin blockchain by creating transactions in Bitcoin wallets.

What is Blockchain?Technically Blockchain is first and foremost a database protocol (a set of rules) for sorting data into blocks, but its easier to think of a Blockchain as a type of database. Essentially, it is a spreadsheet where data is stored in cells (or blocks) that are linked together in order by cryptographic codes called hashes. This database is generally decentralized and distributed on many computers instead of being stored in one central location or managed by one central entity. In Bitcoin, blockchain is generally used to describe both the public ledger where all transaction data is stored and technology (the protocol) behind the ledger. Many who arent believers in Bitcoin as a currency / digital asset are supporters of blockchain technology and its many applications both within finance and beyond.

On Being Decentralized and Distributed. Instead of Bitcoin being hosted on one computer or one companys computers, Bitcoin is hosted on many computers by many different entities (it is distributed). Meanwhile, everything is either done democratically or is controlled by algorithms, so there isnt a need for a centralized middle-man like a bank or government (it is decentralized). Bitcoins blockchain is in this sense both decentralized and distributed.

How is Cryptocurrency Different From Fiat Currency? Fiat currency, like the U.S. dollar, is controlled by central banks and controlled by states. It is legal tender and you can pay your taxes with it. Cryptocurrency, like Bitcoin, isnt controlled by a central entity but it isnt legal tender and you cant pay your taxes with it. Otherwise both fiat currencies and crypto currencies act as mediums of exchange and stores of value. With that in mind, some argue that cryptocurrency is a digital asset with exchange value, but not a true currency.

Can I buy things with Cryptocurrency? Cryptocurrency can be used as a payment method for any good or service that accepts cryptocurrency. The most common cryptocurrency used as payment is Bitcoin. As time goes on, accepting Bitcoin and other cryptocurrencies as payment is becoming more common. Check out a list of things you can buy with Bitcoin.

What are the Benefits of Using Cryptocurrency as a payment method? There are a number of benefits of cryptocurrency as a payment method. The main benefits of cryptocurrency in this sense are the often low transaction costs and quick transaction fees compared to other payment systems. On a good day cryptocurrency is the quickest and cheapest way to send money around the globe (XRP is a great example of this). Cryptocurrency is also an easy way to make payments online, especially for peer-to-peer transactions. Another big benefit is that cryptocurrency doesnt require trust, which removes potential worry for both the sending and receiving party. Meanwhile, for some people in some states, cryptocurrency can act as an alternative to a states currency (which can be good if that currency is suffering from rapid inflation for example).

How do I Buy / Sell Cryptocurrency? One can buy and sell cryptocurrencies like Bitcoin via online brokers or exchanges like Coinbase or GDAX. Exchanges are like digital stock exchanges, but for cryptocurrencies. Learn how to trade cryptocurrencyor check out ourcryptocurrency investing starter kit.

Is Cryptocurrency Legal? In general, cryptocurrency is legal in every respect in the U.S. and much of the world. The only rules of thumb are 1. you have to pay taxes on it and 2. anything that would be illegal otherwise is also illegal with cryptocurrency.

Is Cryptocurrency Taxable in the U.S.? Cryptocurrency is taxed as an investment property, that means you have to tally profits and losses at the current market value of a cryptocurrency when you sell it, use it, or trade it and then pay the capital gains tax on profits in a calendar year. Please take time to learn about the tax implications of cryptocurrency.

What is an ICO? An ICO is an initial coin offering, a way for a new coin to raise money by offering a pre-sale of an up-and-coming token. ICOs are controversial. On one hand, some ICOs have been scams, on the other hand some states have worried that ICOs are mimicking securities without following the securities rules. One should do extra research before participating in an ICO.

What is a token? Token is a word that has a few different meanings in cryptocurrency. In simple terms, it just describes a cryptocurrency and its unit of value (a cryptocurrency = a token). For example one could say I have 10 Bitcoin tokens. The term is also sometimes used to describe cryptocurrencies existing on other coins networks. For example, the KIN ICO is a token on the Ethereum network. Lastly, encrypted bits of data that dont contain identifying information are also called tokens, this type of token is also used in cryptocurrencies. In other words, what the term means depends on context.

How Do Transactions Work? Software called a cryptocurrency wallet (see below) is used in conjunction with an account number and password (technically public address and private key). The private key (known only to its owner, like a password) is used to create a signature that allows the owner to move around funds on the blockchain. Transactions are then secured on the blockchain in sequential blocks by miners (see the next section). Almost all cryptocurrencies work like this.

How Do I Store Cryptocurrency? In overly simple terms, you essentially store cryptocurrency in cryptocurrency wallets(see the next point for the technical details). For long term, youll likely want a cold wallet(where you store your private keys offline). For short term use, you might use a range of options or even temporarily keep funds on an exchange (but be careful, if it is connected to the internet, it is a hot target).

What is a Cryptocurrency Wallet? A wallet can be thought of as software that allows one to store cryptocurrency and create cryptocurrency transactions. This is a simple way to think of a wallet even though cryptocurrency isnt technically stored in a wallet (instead public addresses are associated with transactions recorded on the blockchain, and thus are associated with balances, which the wallet software can read and display for you). More technically then, a wallet is software that allows you to store your private keys, view balances associated with public addresses, and create and sign outgoing transactions. With that noted, one must differentiate between wallets where you control your private keys (like the Bitcoin Core wallet), and custodial wallets where third parties host the wallet for you and are in control of the private keys (like the wallets on Coinbase or GDAX).

What is a Node? Since cryptocurrency is distributed many computers around the world have to run the software. Any computer running a copy of the software is a node. A full node runs a full copy of the blockchain.

How are New coins Created? When a transaction is created in a wallet it is broadcast to everyone in the Bitcoin network. For that transaction to be added to the ledger, users running mining software must solve cryptographic puzzles that let them add a block of transactions to the blockchain. The reward for adding a block is newly minted cryptocurrency. Thus mining is cracking puzzles to play digital accountant, and new coins are minted as rewards for mining transaction blocks.

How is Bitcoin Secure? Bitcoin is secure for two main reasons. 1. It uses a lot of one-way encryption that makes everything that is encrypted next to impossible to hack (it requires a ton of work). 2. It is distributed and so there is no central software to hack.

How does the cryptography aspect of Bitcoin work? At the core of Bitcoin, in terms of cryptography, iscryptographic hash functions. Key concepts includepublic-key cryptographyand proof-of-work functions. If you want a crash course in the cryptography behind those terms, clicks those links and try reading the Bitcoin white paper:Bitcoin: A Peer-to-Peer Electronic Cash System.

What Happens If I Lose My Keys or if Someone Steals My Cryptocurrency? If you lose your private key, you lose access to the balances associated with it. If someone gets access to your crypto and they steal it, there is generally no way to resolve this issue. However, if you use a third party platform, like an exchange, and the exchange and not your account is hacked, then you might have recourse. The major exchanges tend to be good about reimbursing users in the case of a hack.

How Can I better Secure My Cryptocurrency? Since losing your keys and theft are real issues, it makes sense to follow some best practices of basic internet security. Keep your keys backed up offline (learn more about secure cold wallets), dont store all your crypto in one location, be careful about URLs (make sure the URL is the real one), use a browser dedicated to crypto, use two factor authentication on any account you can, choose strong unique passwords, and dont use your public email to log into your accounts. Taking just a few of these steps will go a long way to protecting you, taking none of these steps is asking for trouble. As a rule of thumb two-factor authentication is a must, so make sure it is enabled on all platforms that allow it! TIP: Although there are exceptions to this rule, the main security risk with the major cryptos isnt the software (the software takes a ton of work to hack) or the major exchanges (the major ones are ensured, keep most of their funds in cold storage, and have security teams), it is people not taking care to secure their accounts.

Is Bitcoin Anonymous? Bitcoin is pseudo-anonymous. Every transaction is recorded on the public ledger (the blockchain), but no identifying data is used. Everyone can see the transaction and the public wallet address associated with it, but no one knows who made the transaction (unless that person or entity makes that information public). Other cryptocurrencies have more or less focus on privacy than Bitcoin. Some cryptocurrencies, likeMonero are truly anonymous (in theory). With Monero, not even transaction data is public.

What is a smart contract? A smart contract is exactly what it sounds like, a smart (software-based and programable) contract (a set of conditions that when met execute the terms of the contract). Smart contracts can be written to a cryptocurrencys blockchain to create a trustless contract (a peer-to-peer contract that doesnt require a middle-man or trust). Unlike paper contracts a software contract can execute any function that can be executed by the software once conditions are met. This means in theory smart contracts can replace real contracts, but also do anything software can do. Ethereums system relies heavily on smart contracts, anyone can create a smart contract on Ethereum if they have the native Ether token to pay the fee for using the system. TIP: Bitcoin transactions are smart financial contracts, but Ethereum allows for smart contracts for much more than just financial transactions. Ethereums contracts can distribute new tokens, double as insurance contracts, or anything you can think of.

On Being Peer-to-Peer and Trustless. An important feature of cryptocurrency is that it is trustless. The encryption, code, blockchain, etc all comes together to allow for a trustless peer-to-peer distributed and decentralized system. That sentence might sound jargon-y, but it contains some important points. At the core, the idea is that all the aspects of cryptocurrency come together to create a system that doesnt rely on trusting your peers or trusting a middle-man. Contracts written to the blockchain are written in stone, there is no need for trust or middle-men to ensure the execution of a contract once its conditions are met!

Crypto Terms: FOMO is fear of missing out (an emotional response to seeing the price move a lot and wanting in). FUD is fear, uncertainty, and doubt that can affect prices of assets. HODL is a misspelling of hold from an old forum post (it today means hold on for dear life during big price movements). A hard fork is like a fork in the road, a copy and paste of software that allows each copy to branch off in a different direction (when this happens with Bitcoin the ledger is duplicated along with balances, meaning people get the newly forked coins for free). An Airdrop is a method of distributing newly minted coins to the wallet addresses of current coin holders. See a list of crypto jargon.

Did I miss something or do you need something clarified? Just ask me a question in the comments below and Ill answer it.

"Cryptocurrency For Beginners" contains information about the following Cryptocurrencies:

See the article here:
Cryptocurrency For Beginners - CryptoCurrency Facts

Best Cryptocurrency to Invest 2019 Our Top 4 Picks

Do you want to know what the best cryptocurrency to invest in for 2019 is? Knowing which blockchain technology to invest in might prove to be a hard task. With hundreds of cryptocurrencies to invest in, where do you begin?

It can be overwhelming and confusing when you first start to look for the best cryptocurrency to buy right now, but were here to make it easier for you. Luckily for you, we have used several factors before picking the best cryptocurrency to invest in. First, before you start investing in crypto, it's important to develop a successful trading strategy

So, are you looking for the next big thing and for a new cryptocurrency investment? Maybe you find yourself thinking Should I invest in Bitcoin? or Should I invest in Ripple?

Here is a list of the most promising,best cryptocurrencies to invest in for 2019.

Just like there were the best cryptocurrencies to invest in for 2018, this year is also full of good opportunities. That means theres still a chance to get rich, but you just need to know where to put your money in.

At the time of writing this article, based on Coinmarketcap stats there are 2120 different cryptocurrencies. The market cap of all cryptocurrencies is more than $112 billion after reaching a peak of $813 billion in January 2018.

The cryptocurrency market has many altcoins and there are other best cryptocurrencies to invest beside Bitcoin. Many people believe the blockchain technology is the next big thing.

While its hard to predict the future, the fact that we have a secure and decentralized technology gives us strong reasons to be positive.

Moving forward were going to share what the best cryptocurrencies to buy right now are.

The digital coins we picked have a good chance of significantly outperforming the markets in 2019.

Lets get started!

We have a very good chance of reaching a bull market in 2019 for a variety of reasons that were going to mention throughout this guide. In the case of a bull market, were going to see pretty much every single major cryptocurrency jump in price significantly.

However, there are several cryptocurrencies that we think we can make a strong case. They are among the safest investments in case prices should fall further. So, if were not going to see a bull market, we wont be losing any money.

Trading or day trading cryptocurrency will require you to take risks. In order to reduce the risk of crypto trading, you should diversify your holdings and invest in multiple different types of currency. This way, if one currency begins to underperform, your investment will still be protected.

Most cryptocurrencies have a strong connection to Bitcoin, meaning that Bitcoin should likely make up a significant portion of your portfolio. The coin does account for 40 percent of the total market share, after all. In some ways, Bitcoin is similar to bonds in the sense that it is often the foundation of a portfolio with riskier investments (such as stock).

Studying historical price charts will make it easy to see whether or not a currency is strongly correlated with Bitcoin. We also recommend paying close attention to developing crypto news stories. By carefully balancing risk and reward, you can take advantage of the crypto industrys natural growth.

Bitcoin is a very obvious choice for the best cryptocurrency to invest, we have already seen Bitcoin have an incredible 2019 so far. Between January 1st and May 1st of this year, the coin increased in value from $3,862 per coin to $5,412 per coin. If you had invested in Bitcoin on January 1st, your monthly rate of return would be nearly 10 percent. BTC is by far the biggest cryptocurrency and the oldest coin owning more than 40% share of the total cryptocurrency market cap.

Bitcoin is simply currently the market leader!

You can find Bitcoin listed on every single cryptocurrency exchange!

Bitcoin makes mainstream news on a daily basis and its recognized by almost everyone.

Following Bitcoins steady rise, prices have remained remarkably stable. This suggests to traders that the value increase was genuine and will likely be sustained. Over the past few years, Bitcoin has significantly increased its utility. Currently, many eCommerce stores, retail outlets, and even restaurants around the world accept Bitcoin as a form of currency. Bitcoin remains in an absolutely unique position that we cant say about other cryptocurrencies and continues to be seen as the image of cryptocurrency as a whole and as representative of the cryptocurrency market.

Bitcoin is also regarded as a store of value for a lot of people in the crypto world. Wherever you agree- with it or not, its how BTC is seen by some people.

Its very unlikely that Bitcoin will lose its status too quickly which is the reason why BTC remains one of the safest and the best cryptocurrency to buy right now. As an industry leader, Bitcoin is often the gateway coin that helps crypto companies extend their reach. In other words, if Bitcoin is doing well, the entire cryptocurrency industry is also doing well (and vice versa). Find more bitcoin resources here.

Taking everything into consideration for our 2019 cryptocurrency forecast we can pretty safely assume that Bitcoin price will remain elevated.

Ripple remains a low-risk investment. This makes it a safer play, but with room to make small profits if a bull market is on the corner for 2019. However, if you want something to maximize your profits, we think Ripple cryptocurrency is the best cryptocurrency to invest in.

Ripple has established itself as one of the most stable cryptocurrencies in the industry. Other than Bitcoin, Ripple has enjoyed among the most predictable price movements. Additionally, because Ripple experiences more than $800 million in daily trading volume, it is among the most liquid cryptocurrencies available. The company behind Ripple is building a massive international network, with hundreds of members. Those are banks, payment processors and liquidity providers.

Ripple has developed a technology that can revolutionize the way payments are done. The Ripple blockchain remains the closest and the most likely to achieve that to any real degree.

Ripple can become an alternative for the SWIFT system currently used for international money transfers that have been used for 45 years and every major bank in the world uses.

Ripple is working hard to get more companies using their technology which ultimately should result in the XRP price going up significantly.

With a growth of around 36,000%, Ripple was the best cryptocurrency to invest in for 2017. It grew from just a couple of cents at the beginning of 2017 and reach $2.4 by the end of 2017.

See the chart below:

Since were in a bear market, like all the other cryptocurrencies, Ripple price has decreased in the previous year and at the moment of writing this article is trading around $0.30.

Ripple is currently the second-best cryptocurrency after Bitcoin with a total market cap of around $12.6 billion.

It might be a good time to buy Ripple, which is down almost 70% from its all-time high of $3.4 reached in January 2018. As of 2019, the market cap for Ripple has exceeded $12 billion. Purchasing one individual coin is surprisingly affordable. During the course of 2019, Ripple has mostly floated between $0.28 and $0.38 per coin. As the company behind Ripple continues to build valuable connections in the business world, Ripple may be on the verge of breaking out of its current price channel.

Lets see whats the third pick for the best cryptocurrency to buy right now.

Basic Attention Token is a cryptocurrency token designed to bring a new way of sponsorship on the internet. The internet is mostly based on paid advertisements. When you open a website there are always a bunch of ads. Contrary to Bitcoin and Ripple, BAT is a coin that is still on the outside looking in. The coin has experienced above-average levels of volatility, but it has also produced some impressive returns.

That reliance on add revenue and monetizing the content through ads is what makes BAT a good candidate for the best crypto of 2019. So far the coin has already more than tripled in value. Between January 1st and April 20th, the coin increased in value from $0.13 to $0.44 per coin. Though the coin has experienced a slight dip since thendropping to around $0.37 per coinits rise has still been very impressive.

The team behind BAT envisions a world of sponsorship where we decide to support our favorite creators. For this purpose, they created the BAT coin and integrated it into the BRAVE browser.

Currently, there are about 1.3 billion BAT coins in circulations. The 24-hour trading volume is $108.6 million and the current market cap is $466 million. While these numbers are much smaller than Bitcoin and Ripples, BAT is a coin on the rise. This may be one of the best coins for risk-tolerant investors in 2019.

Lets now get to our last pick for 2019...

During the strongest cryptocurrency bull market, Ethereum price skyrocketed slightly closer to $1600 reached on 13 January 2018. At that time, the Ethereum market cap was around $138 billion. ETH grew by almost 3000% making one of the best cryptocurrencies to invest in for 2017. So far in 2019, Ethereum has begun to gradually reverse its losses from the end of last year. The coin is getting increased attention from crypto developers and has been able to maintain most of its positive gains.

Whether its a good idea to buy Ethereum or not, its up to you to decide that.

ETH is not just a cryptocurrency, its a more advanced blockchain technology than bitcoin. This technology allows other blockchain projects to be launched on the Ethereum platform. While Ethereum was trading for around $140 per coin at the beginning of the year, its current price is nearly $200 ($196.48 as of May 11). The Ethereum chart typically moves in lockstep with Bitcoin, dropping off around the end of 2018 and experiencing positive gains thus far this year.

With a price point around $200, Ethereum is an excellent intermediate coin that is much more affordable than Bitcoin, but much more expensive than BAT and Ripple. Purchasing coins at multiple different price points can help make your portfolio more diverse and dynamic. Ethereum is also an excellent alternative for hedging the risks of purchasing newer coins.

We encourage you to give Ethereum a chance, as it has the potential to be the best cryptocurrency to invest in 2019.

If we didn't mention your favorite coin in our best cryptocurrency to invest 2019 guide, it doesnt mean that your coin will not rise in value. It simply means it hasnt made the cut to be listed as thebest cryptocurrency to buy right now.

As we were saying earlier,diversificationcan enhance your crypto trading strategy. By investing in a larger number of coins, you can protect yourself from unexpected events.

While the four coins featured in this article are our top choices, we also recommend giving these coins a look.

Many of these coins have high market caps. This helps assure long-term stability and will also make trading coins a bit more predictable. In order to access the benefits of diversification even further, you may want to consider investing in a crypto index fund.

Remember, your forecasts wont have 100% accuracy so always be prepared for fluctuations.

Which of the cryptocurrency listed above is your favorite? Let us know if you have another good candidate for thebest cryptocurrency to invest in 2019.

There will always be some degree of risk present when trading cryptocurrency. However, these currencies are becoming more secure and are also becoming accepted at more places... the crypto industry is clearly moving in a positive direction. Don't forget to check out our article on theBest Crypto Trading Signals.

Thank you for reading!

Feel free to leave any comments below, we do read them all and will respond.

Also, please give this strategy a 5 star if you enjoyed it!

Please Share this Trading Strategy Below and keep it for your own personal use! Thanks, Traders!

With over 50+ years of combined trading experience, Trading Strategy Guides offers trading guides and resources to educate traders in all walks of life and motivations. We specialize in teaching traders of all skill levels how to trade stocks, options, forex, cryptocurrencies, commodities, and more. We provide content for over100,000+ active followersand over2,500+ members.Our mission is to address the lack of good information for market traders and to simplify trading education by giving readers a detailed plan with step-by-step rules to follow.

See the article here:
Best Cryptocurrency to Invest 2019 Our Top 4 Picks